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