* files.el (hack-local-variables-filter): Fix last change.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
42e0a725
CY
12009-07-20 Chong Yidong <cyd@stupidchicken.com>
2
3 * files.el (hack-local-variables-filter): Fix last change.
4
2ee20f24
JL
52009-07-19 Juri Linkov <juri@jurta.org>
6
7 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
8 (dir-local-variables-alist): New buffer-local variable.
9 (hack-local-variables-filter): If variable is not dir-local,
10 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11 because file-local overrides dir-local.
12 (c-postprocess-file-styles)<declare-function>:
13 Remove obsolete declaration.
14 (hack-dir-local-variables): Add dir-local variable/value pair to
15 `dir-local-variables-alist' and remove duplicates. Doc fix.
16
17 * help-fns.el (describe-variable): Add information about
18 file-local and dir-local variables.
19
89bf83cd
CY
202009-07-19 Chong Yidong <cyd@stupidchicken.com>
21
22 * files.el (hack-local-variables-filter): Rewrite.
23
1a8d3541
GM
242009-07-19 Glenn Morris <rgm@gnu.org>
25
d9e8a018
GM
26 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
27 Silence compiler by only defining on XEmacs.
28
da332cfb
GM
29 * international/mule.el (auto-coding-regexp-alist): Only match
30 BABYL... at the start of buffer, not of lines. (Bug#3790)
31
1a8d3541
GM
32 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
33 non-calendar buffers (Bug#3862). Restore "not on a date" message.
34 (cal-menu-context-mouse-menu): Doc fix.
35
36 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
37
38 * simple.el (mail-user-agent): Doc fix. Set :version tag.
39
d842b103
JL
402009-07-18 Juri Linkov <juri@jurta.org>
41
42 * info.el: Virtual Info keyword finder.
43 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
44 (Info-finder-file): New variable.
45 (Info-finder-find-file): New function.
46 (finder-known-keywords, finder-package-info)
47 (find-library-name, lm-commentary): Use defvar and
48 declare-function to silence compiler warnings.
49 (Info-finder-find-node): New function.
50 (info-finder): New command.
51
52 * subr.el (process-kill-buffer-query-function): New function.
53 (add-hook)<kill-buffer-query-functions>: Add hook
54 `process-kill-buffer-query-function'.
55
10d37df7
AM
562009-07-18 Alan Mackenzie <acm@muc.de>
57
58 * progmodes/cc-mode.el (c-before-hack-hook),
59 (c-postprocess-file-styles): Give invocation of `c-set-style'
60 DONT-OVERRIDE parameter of t. Already set style variables will
61 thus not be overridden by style settings given by `c-file-syle'.
62
63 * files.el (hack-local-variables-filter): Remove entries with
64 duplicate keys from `file-local-variables-alist'.
65
102e1a41
EZ
662009-07-18 Eli Zaretskii <eliz@gnu.org>
67
68 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
69 x-set-selection if display-selections-p returns nil for the
70 current frame.
71
16f2e9fc
CY
722009-07-18 Chong Yidong <cyd@stupidchicken.com>
73
74 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
75
f22693fc
EZ
762009-07-18 Eli Zaretskii <eliz@gnu.org>
77
a6c2c80c
EZ
78 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
79 Accept nil in addition to a regexp.
80 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
81 Accept nil in addition to a regexp.
82 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
83 buffers that have an associated file. Handle nil values of
84 desktop-buffers-not-to-save and desktop-files-not-to-save.
85 (Bug#3833)
86
f22693fc
EZ
87 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
88 (x-disown-selection-internal): New functions.
89
e456379a
NR
902009-07-18 Nick Roberts <nickrob@snap.net.nz>
91
92 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
93 warning.
94 (gdb-breakpoints-header): Move forward to avoid compiler warning.
95 (gdb-make-header-line-mouse-map): Remove duplicate definition.
96
0013b70f
CY
972009-07-18 David De La Harpe Golden <david@harpegolden.net>
98
99 * simple.el (set-mark): Revert last change.
100
0855c2ca
CY
1012009-07-17 Tassilo Horn <tassilo@member.fsf.org>
102
103 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
104 rendering of pngs is not possible instead of messaging a long
105 description.
106
3f5c9cad
CY
1072009-07-17 David De La Harpe Golden <david@harpegolden.net>
108
109 * w32-fns.el (x-selection-owner-p): New function.
110
111 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
112 (mouse-yank-at-click, mouse-yank-primary): If
113 select-active-regions is non-nil, deactivate the mark before
114 insertion.
3f5c9cad
CY
115
116 * simple.el (deactivate-mark, set-mark): Only save selection if we
117 own it.
118
1fc87f9b
KH
1192009-07-17 Kenichi Handa <handa@m17n.org>
120
121 * case-table.el (describe-buffer-case-table): Fix for the case
122 that KEY is a cons.
123
d56fdcd2
DN
1242009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
125
126 * vc-rcs.el (vc-rcs-find-file-hook):
127 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
128
bede3e9f
MA
1292009-07-16 Michael Albinus <michael.albinus@gmx.de>
130
131 * net/tramp.el (tramp-wait-for-output): Handle the case when
132 commands do not return a newline but a null byte before the shell
133 prompt. (Bug#3858)
134
7653ca1d
YM
1352009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
136
137 * term/ns-win.el (ns-set-alpha): Don't declare.
138 (ns-set-background-alpha): Remove function.
139
ed2a52e9
SM
1402009-07-16 Kevin Ryde <user42@zip.com.au>
141
142 * emacs-lisp/copyright.el (copyright-update): Save match-data across
143 y-or-n-p, for safety.
144
7a907299
RS
1452009-07-16 Richard Stallman <rms@gnu.org>
146
147 * files.el (auto-save-mode): If buffer-saved-size is -2,
148 don't clobber it.
149
150 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
151 (rmail-retry-ignored-headers): Add more uninteresting fields.
152
c0db3477
CY
1532009-07-15 Jari Aalto <jari.aalto@cante.net>
154
155 * net/rcirc.el (rcirc): Use history variables.
156 (rcirc-server-name-history, rcirc-nick-name-history)
157 (rcirc-server-port-history): New variables.
158
6c875452
KH
1592009-07-15 Kenichi Handa <handa@m17n.org>
160
bf974dc9
KH
161 * international/mule-cmds.el (set-language-environment-charset):
162 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
163 ignore them.
164
6c875452
KH
165 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
166 Delete unibyte-display.
167
2066b4fe
CY
1682009-07-15 Chong Yidong <cyd@stupidchicken.com>
169
170 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
171
f9be2e35
CY
1722009-07-15 Chong Yidong <cyd@stupidchicken.com>
173
174 * simple.el (deactivate-mark): Optional argument FORCE.
175 (set-mark): Use deactivate-mark.
176
177 * info.el (Info-search): No need to check transient-mark-mode
178 before calling deactivate-mark.
179
180 * select.el (x-set-selection): Doc fix.
181 (x-valid-simple-selection-p): Allow buffer values.
182 (xselect--selection-bounds): Handle buffer values. Suggested by
183 David De La Harpe Golden.
184
185 * mouse.el (mouse-set-region, mouse-drag-track): Call
186 copy-region-as-kill before setting the mark, to let
187 select-active-regions work.
188
1892009-06-28 David De La Harpe Golden <david@harpegolden.net>
190
191 * simple.el (deactivate-mark): If select-active-regions is
192 non-nil, copy the selection data into a string.
193 (activate-mark): If select-active-regions is non-nil, set the
194 selection to the current buffer.
195 (set-mark): Update selection if select-active-regions is non-nil.
196
197 * select.el (x-valid-simple-selection-p): Allow buffer values.
198
cbd61418
SM
1992009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
202 and more featureful message-mode.
203
f470187f
CY
2042009-07-14 Chong Yidong <cyd@stupidchicken.com>
205
206 * select.el (x-set-selection): Doc fix.
207 (x-valid-simple-selection-p): Disallow selection data consisting
208 of a list or cons of integers, since that is not used.
209 (xselect--selection-bounds, xselect--int-to-cons): New functions.
210 (xselect-convert-to-string, xselect-convert-to-length)
211 (xselect-convert-to-filename, xselect-convert-to-charpos)
212 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
213
bfc99364
DD
2142009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
215
216 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
217 output in -break-info command (Emacs bug #3794).
218
e32721f5
GM
2192009-07-14 Glenn Morris <rgm@gnu.org>
220
1e46f9e4
GM
221 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
222 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
223 (edebug-print-length, edebug-print-level, edebug-print-circle)
224 (edebug-sit-for-seconds, edebug-view-outside)
225 (edebug-bounce-point, edebug-set-global-break-condition)
226 (edebug-Go-nonstop-mode, edebug-trace-mode)
227 (edebug-Trace-fast-mode, edebug-continue-mode)
228 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
229 (edebug-visit-eval-list): Doc fixes.
230
e32721f5
GM
231 * subr.el (def-edebug-spec): Doc fix.
232
66a85e76
KH
2332009-07-14 Kenichi Handa <handa@m17n.org>
234
235 * international/characters.el: Fix setting of category ?C.
236
28571246
JD
2372009-07-13 Jan Djärv <jan.h.d@swipnet.se>
238
239 * term/ns-win.el (x-select-font): defailias x-select-font to
240 ns-popup-font-panel instead of generate-fontset-menu.
241
5d74672c
EZ
2422009-07-12 Eli Zaretskii <eliz@gnu.org>
243
244 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
245
eb1727a4
CY
2462009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
247
248 * arc-mode.el (archive-find-type): Allow for a PK00 string before
249 the PK\003\004 header (Bug#3770).
250
208384c5
CY
2512009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
252
253 * pcomplete.el (pcomplete-comint-setup): Check for
254 shell-dynamic-complete-filename too.
255
774409a1
CY
2562009-07-11 Chong Yidong <cyd@stupidchicken.com>
257
258 * simple.el (temporary-goal-column): Change the value for
259 line-move-visual to a cons cell.
260 (line-move-visual): Record or set the window hscroll, if
261 necessary (Bug#3494).
262 (line-move-1): Handle cons value of temporary-goal-column.
263
1639ee1d
KH
2642009-07-11 Kenichi Handa <handa@m17n.org>
265
266 * international/mule-diag.el (describe-character-set): Don't show
267 width.
268
2b1d2412
SS
2692009-07-10 Sam Steingold <sds@gnu.org>
270
271 * progmodes/compile.el (compilation-mode-font-lock-keywords):
272 Omake sometimes indents the errors it prints, so allow all
273 regexps to start with spaces.
274
ed3a5691
EZ
2752009-07-10 Eli Zaretskii <eliz@gnu.org>
276
ed2a52e9
SM
277 * cus-edit.el (customize-changed-options-previous-release):
278 Bump value to 22.1. (Bug#3804)
ed3a5691 279
49405d0e
SS
2802009-07-08 Sam Steingold <sds@gnu.org>
281
282 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
283 to be a cons cell (test . ignored-directory) to selectively ignore
284 some directories depending on the location of the search.
285
93c3eb7c
MA
2862009-07-08 Michael Albinus <michael.albinus@gmx.de>
287
288 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
289 remote user is root, on the local host.
290 (tramp-local-host-p): Either the local user or the remote user
291 must be root. (Bug#3771)
292
6f2a8484
NR
2932009-07-08 Nick Roberts <nickrob@snap.net.nz>
294
295 * progmodes/gdb-mi.el (gdb): Remove description of
296 gdb-use-separate-io-buffer.
69cb8d82 297 (menu): Don't allow toggling of or enable
6f2a8484
NR
298 gdb-use-separate-io-buffer from menubar.
299
88d03607
CY
3002009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
301
302 * mail/unrmail.el (unrmail): Make sure the message ends with two
303 newlines (Bug#3769).
304
7ef5b8b2
GM
3052009-07-08 Glenn Morris <rgm@gnu.org>
306
307 * calendar/calendar.el (calendar-current-date): Rework previous change.
308
3ce82f97
GM
3092009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
310
311 * calendar/calendar.el (calendar-current-date):
312 Add an optional argument giving an offset from today.
313
f35fc841
GM
3142009-07-08 Glenn Morris <rgm@gnu.org>
315
316 * tutorial.el (tutorial--describe-nonstandard-key):
317 Adjust the message for when a key has been unbound.
318 (help-with-tutorial): Hide the arch-tag.
319
40149292
KH
3202009-07-08 Kenichi Handa <handa@m17n.org>
321
69cb8d82
KH
322 * international/fontset.el (setup-default-fontset): For each
323 script, append (not set) font-specs.
324
40149292
KH
325 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
326 docstring.
327
ff0c4194
NR
3282009-07-08 Nick Roberts <nickrob@snap.net.nz>
329
330 * progmodes/gdb-mi.el (gdb-init-1): Move sending
331 -data-list-register-names to ...
332 (gdb-starting): ... here because GDB 7.0 requires execution to
333 have started when using this MI command.
334 (gdb-set-header): New function to distinguish select and
335 unselected tabs in gdb buffers.
336 (gdb-propertize-header): New macro that uses gdb-set-header.
337 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 338 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 339
8954c675
CY
3402009-07-07 Chong Yidong <cyd@stupidchicken.com>
341
342 * Makefile.in (ELCFILES): Remove fadr.elc.
343
0996385d
DD
3442009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
345
dc6b4519
DD
346 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
347 may contain frame information, so `string-match' should be used.
348 (gdb-update): Disassembly is invalidated through
349 `gdb-get-selected-frame'.
350 (gdb-pad-string): New function to pad string with spaces.
351 (gdb-invalidate-disassembly): Invalidate only if the buffer
352 exists.
353 (gdb-disassembly-handler-custom): Column alignment.
354 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
355 placing new ones.
356 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
357 end of line, too.
358 (gdb-frame-handler): Match convention to for disassembly buffer
359 mode name.
17c1380b 360 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
361 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
362 not highlight breakpoints without line information.
69a197a2 363 (gdb-input): Add trailing newline to command.
dc6b4519 364
14340b25
DD
365 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
366 buffer properly.
367 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
368 `gdb-break-list-handler'. Using real parser instead of regexps
369 now.
370 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
371 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
372 to place breakpoints.
14340b25
DD
373 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
374 functions.
375 (gdb-disassembly-handler-custom): Show overlay arrow.
376 (gdb-disassembly-place-breakpoints): Show breakpoints in
377 disassembly buffer.
378 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
379 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
380 instead of parsing breakpoints buffer. Fixed old menu references
381 in `gud-menu-map'.
14340b25 382
38d4f316 383 * fadr.el: Remove.
1f2a6224 384
0996385d
DD
385 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
386 (gdb-memory-address): New variable which holds top address of
387 memory page shown in memory buffer
388 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
389 customization variables.
390 New functions:
391 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
392 display the memory buffer.
393 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
394 buffer display parameters.
395 (def-gdb-memory-format, gdb-memory-format-binary)
396 (gdb-memory-format-octal, gdb-memory-format-unsigned)
397 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
398 Functions for setting memory buffer format.
399 (gdb-memory-unit-word, gdb-memory-unit-halfword)
400 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
401 unit size used in memory buffer.
402 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
403 to next/previous page of memory buffer.
28d67a53 404 Now using (bindat-get-field) instead of fadr functions.
0996385d 405
9ba562d3
SS
4062009-07-07 Sam Steingold <sds@gnu.org>
407
408 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
409 non-top-level files.
410
a43977db
KH
4112009-07-07 Kenichi Handa <handa@m17n.org>
412
413 * international/mule-cmds.el (reset-language-environment): Put
414 the highset priority to the charset iso-8859-1.
415
d44d05e8
CY
4162009-07-06 Chong Yidong <cyd@stupidchicken.com>
417
418 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
419 to the end of the line when locating the block (Bug#700).
420
3e2fa353
MA
4212009-07-06 Michael Albinus <michael.albinus@gmx.de>
422
423 * net/tramp.el (tramp-handle-write-region): Flush file properties
424 in case of short track.
425
d88782c3
DN
4262009-07-07 Michael McNamara <mac@mail.brushroad.com>
427
428 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
429 representation of verilog error regular expressions to work with
430 Emacs-22's new format.
431 (verilog-error-regexp-xemacs-alist): Coded custom representation
432 of verilog error regular expressions to work with XEmacs format
433 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
434 error recognition into XEmacs.
435 (verilog-error-regexp-add-emacs): Hook routine to install verilog
436 error recognition into Emacs-22.
437
25c6f63e
CY
4382009-07-06 Chong Yidong <cyd@stupidchicken.com>
439
440 * woman.el: Remove stand-alone closing parentheses.
441 (woman-file-name, woman2-format-paragraphs)
442 (woman-leave-blank-lines): Code cleanup.
443 (woman-use-own-frame): Change default to nil.
444 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
445 defaults to inherit from default faces.
446 (woman2-process-escapes): Consume the newline after a stand-alone
447 filler character (Bug#3651).
448
f176290e
GM
4492009-07-06 Glenn Morris <rgm@gnu.org>
450
451 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
452 (top-level): Move provide to the end.
453 (ffap): Remove defunct URL from custom group.
454
455 * subr.el (eval-after-load): Doc fix.
456
e4a5a307
JB
4572009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
458
459 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
460 `calc-embedded-word' is called twice.
461
4b8b1ec5
SM
4622009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
463
464 * files.el (find-alternate-file-other-window, find-alternate-file):
465 Obey confirm-nonexistent-file-or-buffer.
466
d6ceb380
MA
4672009-07-05 Michael Albinus <michael.albinus@gmx.de>
468
469 * dired-aux.el (dired-show-file-type): Handle remote files.
470
c760f19e
CY
4712009-03-22 Jari Aalto <jari.aalto@cante.net>
472
4b8b1ec5
SM
473 * desktop.el (desktop-globals-to-save):
474 Add file-name-history (Bug#2750).
c760f19e 475
6d00ce04
CY
4762009-07-05 Chong Yidong <cyd@stupidchicken.com>
477
4b8b1ec5 478 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 479
6ee21b07
JB
4802009-07-04 Johan Bockgård <bojohan@gnu.org>
481
482 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
483 property on entire argument since this is what eshell-lisp-command
484 expects.
485
f0dbdc25
MA
4862009-07-03 Michael Albinus <michael.albinus@gmx.de>
487
488 * net/tramp-gvfs.el (tramp-gvfs-methods)
489 (tramp-gvfs-zeroconf-domain)
490 (tramp-bluez-discover-devices-timeout): Add version flag.
491 (tramp-gvfs-handler-mounted-unmounted)
492 (tramp-gvfs-connection-mounted-p): Polish handling of
493 incompatibilities between GVFS 0.2 and 1.0.
494
e044e4fc
JD
4952009-07-03 Jan Djärv <jan.h.d@swipnet.se>
496
4b8b1ec5 497 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 498
2e9b968b
JB
4992009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
500
501 * calc-math.el (math-use-emacs-fn): Make sure that the number is
502 formatted correctly.
503
baf1a55e
JL
5042009-07-02 Juri Linkov <juri@jurta.org>
505
506 * info.el: Virtual Info files and nodes.
507 (Info-virtual-files, Info-virtual-nodes): New variables.
508 (Info-current-node-virtual): New variable.
509 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
510 New functions.
511 (Info-file-supports-index-cookies): Use Info-virtual-file-p
512 to check for a virtual file instead of checking a fixed list
513 of node names.
514 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
515 instead of ad-hoc processing of "dir" and (apropos history toc).
516 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
517 instead of ad-hoc processing of "dir" and (apropos history toc).
518 Reread a file when moving from a virtual node.
519 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
520 (Info-directory-toc-nodes, Info-directory-find-file)
521 (Info-directory-find-node): New functions.
522 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
523 (Info-history): Move part of code to
524 `Info-history-find-node'.
525 (Info-history-toc-nodes, Info-history-find-file)
526 (Info-history-find-node): New functions.
527 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
528 (Info-toc): Move part of code to `Info-toc-find-node'.
529 (Info-toc-find-node): New function.
4b8b1ec5 530 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
531 the current Info file name to references because now the node
532 "*TOC*" belongs to the same Info manual.
4b8b1ec5 533 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
534 (Info-toc-nodes): Rename input argument `file' to `filename'.
535 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
536 instead of ad-hoc processing of ("dir" apropos history toc).
537 (Info-index-nodes): Use Info-virtual-file-p
538 to check for a virtual file instead of checking a fixed list
539 of node names.
540 (Info-index-node): Add check for `Info-current-node-virtual'.
541 Raise `save-match-data' higher up the tree to contain
542 `search-forward' too (bug fix).
543 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
544 (Info-virtual-index-nodes): New variable.
545 (Info-virtual-index-find-node, Info-virtual-index): New functions.
546 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
547 (Info-apropos-file, Info-apropos-nodes): New variables.
548 (Info-apropos-toc-nodes, Info-apropos-find-file)
549 (Info-apropos-find-node, Info-apropos-matches): New functions.
550 (info-apropos): Move part of code to `Info-apropos-find-node' and
551 `Info-apropos-matches'.
552 (Info-mode-map): Bind "I" to `Info-virtual-index'.
553 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
554 for a virtual file instead of checking a fixed list of node names.
555
556 * simple.el (async-shell-command): New command.
557
558 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
559
560 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
561 instead of `mount-info'.
562
d04bc496
MA
5632009-07-02 Michael Albinus <michael.albinus@gmx.de>
564
565 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 566 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 567
af0403e0
KH
5682009-07-02 Kenichi Handa <handa@m17n.org>
569
570 * international/mule.el (set-keyboard-coding-system): Force *-unix
571 coding-system to avoid eol conversion.
572
99278f8a
MA
5732009-07-01 Michael Albinus <michael.albinus@gmx.de>
574
4b8b1ec5
SM
575 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
576 Add handler for `process-file', `shell-command' and
99278f8a
MA
577 `start-file-process'.
578 (tramp-gvfs-handle-shell-command)
579 (tramp-gvfs-handle-start-file-process)
580 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 581 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 582
3f1c6666
JD
5832009-07-01 Jan Djärv <jan.h.d@swipnet.se>
584
585 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
586
3f396bac
KH
5872009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
588
589 * language/korean.el (set-language-info-alist): Add korean-cp949,
590 cp949 to spec.
591
c1185193
KH
5922009-07-01 Kenichi Handa <handa@m17n.org>
593
594 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
595
596 * international/encoded-kb.el: Deleted.
597
598 * international/mule.el (set-keyboard-coding-system): Perform the
599 necessary setup here instead of calling encoded-kbd-setup-display.
600
3f150a60
GM
6012009-07-01 Glenn Morris <rgm@gnu.org>
602
603 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
604
b0d5b05b
GM
6052009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
606
607 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
608
4f4126e6
MA
6092009-06-30 Michael Albinus <michael.albinus@gmx.de>
610
4b8b1ec5
SM
611 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
612 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 613 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 614
7ae3ea65 615 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
616 (top): Add a default for "synce" in `tramp-default-user-alist'.
617 Add completion function for "synce" method.
618 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
619 (tramp-hal-interface-manager, tramp-hal-interface-device):
620 New defconst.
621 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
622 (tramp-synce-list-devices, tramp-synce-parse-device-names):
623 New defuns.
d6ceb380
MA
624
625 * net/trampver.el: Update release number.
7ae3ea65 626
0ad6626b
KH
6272009-06-30 Kenichi Handa <handa@m17n.org>
628
629 * international/fontset.el (setup-default-fontset): Add CJK fonts
630 for symbols and the other miscellaneous characters.
631
4b8b1ec5
SM
632 * language/korea-util.el (setup-korean-environment-internal):
633 Make char-width-table suitable for Korean environments.
0ad6626b
KH
634 (exit-korean-environment): Cancel above.
635
636 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
637 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
638 setup-funcion to make char-widht-table suitable for respective
639 environments, and an exit-function to cancel that.
640
641 * language/japan-util.el (setup-japanese-environment-internal):
642 Call use-cjk-char-width-table with arg `ja_JP'.
643
644 * international/characters.el (cjk-char-width-table): Delete it.
645 (cjk-char-width-table-list): New variable.
646 (use-cjk-char-width-table): New arg local-name.
647 (use-default-char-width-table): Fix for the case that Emacs is
648 already using the default char-width-table.
649
fd46e893
MA
6502009-06-29 Michael Albinus <michael.albinus@gmx.de>
651
652 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
653 modes mandatory. (Bug#3712)
654
b87d9f96
AM
6552009-06-29 Alan Mackenzie <acm@muc.de>
656
657 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 658 correction between the visible width of TABs and their number of bytes.
b87d9f96 659
2d25aa5a
CY
6602009-06-29 Chong Yidong <cyd@stupidchicken.com>
661
662 * server.el (server-buffer-done): Prevent kill-buffer from
663 prompting by clearing the buffer modification flag (Bug#3696).
664
a3a8b002
DN
6652009-06-28 Michael McNamara <mac@mail.brushroad.com>
666
667 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 668 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
669 (verilog-basic-complete-re): Support localparam lineup.
670 (verilog-beg-of-statement-1): Fix for robustness, unique case.
671 (verilog-set-auto-endcomments): Fix for unique case, always_comb
672 commenting.
673 (verilog-leap-to-case-head): Now support *nested* unique &
674 priority case statements.
675 (verilog-auto-lineup): Make just declarations the default (as it
676 had been).
4b8b1ec5 677 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
678 (verilog-auto-lineup): Rework to give users radio buttons to
679 select the various styles of automatic lineup
680 (verilog-error-regexp-alist): Rework to support the XEmacs style
681 of error regular expressions from compilers, lint tools &
682 simulators. Note that GNU Emacs has made it impossible for a mode
683 to load such things.
684 (electric-verilog-terminate-line, verilog-indent-declaration)
685 (verilog-auto-wiure): Rework for radio button selection of
686 auto-lineup selection of specification of auto lineup.
687 (verilog-beg-of-statement-1): Redesign to support proper operation
688 in additional code, based on testing with auto-lineup.
689 (verilog-calculate-indent, assignments & declarations)
690 (verilog-backward-token): Enhance to support auto-lineup of
691 assignments & declarations.
692 (verilog-in-directive-p, verilog-at-struct-p): New function for
693 easy test of whether we are.
694 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
695 to support safe execution at almost anyline.
696 (verilog-calc-1): Properly support indenting deep inside generate
697 blocks.
698 (verilog-init-font) Remove definition & use of verilog-init-font,
699 as it is redundant with font-lock-defaults.
700 (verilog-mode): Alter the definition of verilog-font-lock-defualts
701 to avoid circular calls if syntax-ppss is a function (as is the
702 case now in 22.x GNU Emacs) as that function would sometimes call
703 itself, leading to (nearly) infinite recursion
704 (verilog-ovm-begin-re, verilog-ovm-end-re)
705 (verilog-ovm-statement-re, verilog-leap-to-head)
706 (verilog-backward-token): Add support for OVM macros. Some are
707 complete statements, and others open and close scopes like begin
708 and end.
709 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
710 (verilog-defun-level-generate-only-re): Really fix the defun-list
711 compilation issue
712 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
713 coverpoint, constraint and cross statements
714 (verilog-defun-level-list, verilog-generate-defun-level-list)
715 (verilog-all-defun-level-list): Redo these specifications - it is
716 too hard to support eval-when compile aggregation of lists also
717 built at when-compile time.
718 (verilog-defun-level-list): Place defconsts of variables used in
719 building regular expressions which are built in eval-when-compile
720 bodies in the same eval-when-compile body to facilitate compile
721 without load.
722 (verilog-beg-block-re-ordered): Support indenting
723 virtual/protected tasks and functions.
724 (verilog-defun-level-list,verilog-in-generate-region-p)
725 (verilog-backward-ws&directives, verilog-calc-1): Speed up
726 indentation of some module items (generate items).
727 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
728 across virtual/protected tasks and functions.
729
7302009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
731
4b8b1ec5
SM
732 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
733 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
734 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
735 in concatenations. Reported by Yishay Belkind.
736 (verilog-auto-ascii-enum): Support one-hot state machines in
737 AUTOASCIIENUM. Suggested by Lloyd Gomez.
738 (verilog-auto-inst, verilog-auto-inst-port): Include interface
739 modport in AUTOINST and add vl-modport for users. Reported by
740 David Rogoff.
741 (verilog-auto-inout-module, verilog-auto-inst)
742 (verilog-decls-get-interfaces, verilog-insert-definition)
743 (verilog-insert-one-definition, verilog-read-decls)
744 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
745 (verilog-sig-modport, verilog-signals-combine-bus)
746 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
747 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
748 Suggested by David Rogoff.
749 (verilog-repair-open-comma): Fix non-insertion of comma when
750 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
751 (verilog-make-width-expression): Simplify [A-1:0] expression
752 widths to just {A{1'b0}}.
753 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
754 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
755 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
756 inputs/outputs or data type. Suggested by Vasu Kandadi.
757 (next-error-last-buffer): Fix byte-compiler warning.
758 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
759 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 760 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 761 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
762 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
763 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
764 in AUTOINOUT. Reported by Matthew Lovell.
765 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
766 causing use of <= assignments. Reported by Alex Reed.
767 (verilog-read-decls): Fix triand, trior, wand, wor to be
768 recognized by AUTOWIRE. Reported by Spencer Isaacson.
769 (verilog-extended-complete-re): Support import "DPI-C" functions.
770 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 771 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
772 (verilog-insert-date, verilog-insert-year)
773 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
774 Windows systems. Reported by Michael Potts.
775 (verilog-read-module-name): Fix AUTOINST when the child module
776 declaration's name is a tick define. Reported by Elliot Mednick.
777 (verilog-read-decls): Fix V2K parameter bit subscripts getting
778 passed to next parameter's definition. Reported by Bruce T.
779 (verilog-read-decls): Fix detecting "parameter int" when using
780 AUTOINSTPARAM. Reported by Bruce T.
781 (verilog-goto-defun): Fix goto not finding modules unless first
782 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 783 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
784 verilog-goto-defun will work. Reported by Lawrence Butcher.
785 (verilog-getopt): Expand environment variables in -f file
786 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 787 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
788 when reading enumerations.
789 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
790 Suggested by Stephen Peltan.
4b8b1ec5 791 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
792 files. Reported by Steve Peltan.
793
f7c0d931
CY
7942009-06-28 David De La Harpe Golden <david@harpegolden.net>
795
796 * files.el (trash-directory): Fix defcustom type.
797
baf1a55e 7982009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
799
800 * help-fns.el (describe-function-1): Correctly locate adviced
801 functions in hyperlink (Bug#2438).
802
d63a01ef
CY
8032009-06-28 Chong Yidong <cyd@stupidchicken.com>
804
805 * files.el (trash-directory): Change default to nil.
806 (move-file-to-trash): If trash-directory is nil and
807 system-move-file-to-trash is unbound, perform freedesktop-style
808 trashing.
809
8102009-06-28 David De La Harpe Golden <david@harpegolden.net>
811
812 * files.el (move-file-to-trash): Add freedesktop trash
813 support (Bug#973).
814
fc2f6a26
GM
8152009-06-28 Glenn Morris <rgm@gnu.org>
816
817 * autorevert.el (global-auto-revert-non-file-buffers)
818 (global-auto-revert-mode): Doc fixes.
819
00242b07
JB
8202009-06-27 Johan Bockgård <bojohan@gnu.org>
821
822 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
823
f5594f03
CY
8242009-06-27 Chong Yidong <cyd@stupidchicken.com>
825
e8a2b2da
CY
826 * faces.el (x-handle-named-frame-geometry): Ensure that we have
827 opened an X connection before calling x-get-resource (Bug#3194).
828
f5594f03
CY
829 * play/doctor.el: Remove reference to obsolete website.
830 (make-doctor-variables): Correct grammar mistake (Bug#2633).
831
3c3bf6ce
DN
8322009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
833
834 Remove find-file-not-found-hook VC method. (Bug#2757)
835 * vc-hooks.el (vc-file-not-found-hook)
836 (vc-default-find-file-not-found-hook): Remove functions.
837 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
838 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
839 * vc.el:
840 * vc-hg.el:
841 * vc-git.el: Do not mention find-file-not-found-hook VC method.
842
e26a7bc0
AM
8432009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
844
845 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
846 compatibility function for `looking-back'
847
4b8b1ec5
SM
848 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
849 Use `ispell-looking-back'
e26a7bc0 850
d9848600
MA
8512009-06-24 Michael Albinus <michael.albinus@gmx.de>
852
853 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 854 rather than `filename'.
d9848600 855
05fbc4a9
MB
8562009-06-23 Miles Bader <miles@gnu.org>
857
858 * face-remap.el (text-scale-set): New function.
859
f86ca715
GM
8602009-06-23 Glenn Morris <rgm@gnu.org>
861
33e2c2e5
GM
862 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
863
f529f302
GM
864 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
865
34995333
GM
866 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
867
cc80ccee
GM
868 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
869
84cb770d
GM
870 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
871 Simplify Persian conditionals.
872
d916c965
GM
873 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
874 variable `filename'.
875
b6a44b27
GM
876 * comint.el (comint-insert-input): Doc fix.
877
f86ca715
GM
878 * Makefile.in (ELCFILES): Fix typo in previous change.
879
666e158e
MB
8802009-06-23 Miles Bader <miles@gnu.org>
881
882 * cus-start.el: Add entry for `recenter-redisplay'.
883
77bf3f54
DN
8842009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
885
886 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
887 Add an optional argument for the backend, use it instead of
888 calling vc-backend.
4b8b1ec5
SM
889 (vc-mode-line): Add an optional argument for the backend.
890 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
891 special handling for vc-state being a buffer to ...
892
893 * vc-rcs.el (vc-rcs-find-file-hook):
894 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
895
896 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
897 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
898 vc-stay-local-p and vc-mode-line calls.
899
900 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
901 (vc-cvs-diff, vc-cvs-annotate-command)
902 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
903 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
904 vc-mode-line calls.
905
906 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
907 direct comparison.
908 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
909 backend when calling vc-mode-line.
910 (vc-register): Do not create a closure for calling the vc register
911 function, call it directly.
912
2764748c
DN
9132009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
914
915 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
916 to make it obvious item can be clicked.
f5a0b281
DN
917
918 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
919
d4a885b2
KH
9202009-06-23 Kenichi Handa <handa@m17n.org>
921
922 * language/korea-util.el (korean-key-bindings): Change the binding
923 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
924 same command.
925
e3610693
MA
9262009-06-22 Michael Albinus <michael.albinus@gmx.de>
927
928 Sync with Tramp 2.1.16.
929
930 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
931
932 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
933 when a loading of a package fails. Completion function for rsync
934 is `tramp-completion-function-alist-ssh'.
935 (all): Replace all calls of `split-string' and
936 `tramp-split-string' by `tramp-compat-split-string'.
937 (tramp-default-method): Use `tramp-compat-process-running-p'.
938 (tramp-default-proxies-alist): Allow also Lisp forms.
939 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 940 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
941 (tramp-domain-regexp): Allow also "-", "_" and ".".
942 (tramp-end-of-output): Remove newlines, and add "$" at the end.
943 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
944 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
945 (tramp-handle-directory-files-and-attributes-with-stat):
946 Care about filenames with spaces, or starting with "-".
e3610693
MA
947 (tramp-handle-dired-uncache): New defun.
948 (tramp-handle-insert-directory): Don't flush the directory from
949 cache, this is handled by `dired-uncache' now.
950 (tramp-handle-insert-file-contents): Improve error handling.
951 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
952 Quote `tramp-end-of-output'.
953 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
954 (tramp-check-for-regexp): Both echoes must be present, before removing.
955 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
956 (tramp-compute-multi-hops): Eval cons cells of
957 `tramp-default-proxies-alist'.
958 (tramp-maybe-open-connection): Use the same command pattern for
959 first hop and further hops.
960 (tramp-wait-for-output): Remove handling of newlines.
961 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
962 (tramp-split-string): Remove function. It is handled in
963 tramp-compat now.
964
4b8b1ec5
SM
965 * net/tramp-cmds.el (tramp-bug):
966 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
967
968 * net/tramp-compat.el (tramp-compat-split-string)
969 (tramp-compat-process-running-p): New defuns.
970
971 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
972 for `dired-uncache'.
973
974 * net/tramp-gvfs.el: New package.
975
4b8b1ec5
SM
976 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
977 Add handler for `dired-uncache'.
e3610693
MA
978 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
979
980 * net/trampver.el: Update release number. Make version check fit
981 for SXEmacs 22.
982
13a3f374
JM
9832009-06-22 Jim Meyering <meyering@redhat.com>
984
e0a28a3b 985 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
986 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
987 XZ is the successor to LZMA: <http://tukaani.org/xz/>
988
5242671e 9892009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 990 Nick Roberts <nickrob@snap.net.nz>
13a3f374 991
e0a28a3b 992 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
993 repository (http://sphinx.net.ru/hg/gdb-mi/).
994
3fde45af
GM
9952009-06-22 Glenn Morris <rgm@gnu.org>
996
46253b34
GM
997 * files.el (dir-locals-collect-mode-variables): Allow for any number of
998 `mode' and `eval' entries. (Bug#3430)
999
97e18192
GM
1000 * Makefile.in (ELCFILES): Add fadr.elc.
1001
731a00fb
GM
1002 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
1003 differing behavior of \n and ^ in strings. (Bug#3385)
1004
c66cd0ff
GM
1005 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
1006
3fde45af
GM
1007 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
1008 property.
1009 (lisp-indent-function): Make it a defcustom.
1010
db2241a0
NR
10112009-06-21 Nick Roberts <nickrob@snap.net.nz>
1012
1013 * progmodes/gdb-ui.el: Replace with ...
5242671e 1014 * progmodes/gdb-mi.el: ... this file.
db2241a0 1015 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
1016
10172009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
1018
db2241a0
NR
1019 * fadr.el: New file.
1020
38d4f316 1021See ChangeLog.14 for earlier changes.
e3d51b27
MR
1022
1023;; Local Variables:
1024;; coding: utf-8
e3d51b27
MR
1025;; End:
1026
38d4f316 1027 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
1028
1029 This file is part of GNU Emacs.
1030
1031 GNU Emacs is free software: you can redistribute it and/or modify
1032 it under the terms of the GNU General Public License as published by
1033 the Free Software Foundation, either version 3 of the License, or
1034 (at your option) any later version.
1035
1036 GNU Emacs is distributed in the hope that it will be useful,
1037 but WITHOUT ANY WARRANTY; without even the implied warranty of
1038 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1039 GNU General Public License for more details.
1040
1041 You should have received a copy of the GNU General Public License
1042 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1043
38d4f316 1044;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1