*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5d74672c
EZ
12009-07-12 Eli Zaretskii <eliz@gnu.org>
2
3 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
4
eb1727a4
CY
52009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
6
7 * arc-mode.el (archive-find-type): Allow for a PK00 string before
8 the PK\003\004 header (Bug#3770).
9
208384c5
CY
102009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11
12 * pcomplete.el (pcomplete-comint-setup): Check for
13 shell-dynamic-complete-filename too.
14
774409a1
CY
152009-07-11 Chong Yidong <cyd@stupidchicken.com>
16
17 * simple.el (temporary-goal-column): Change the value for
18 line-move-visual to a cons cell.
19 (line-move-visual): Record or set the window hscroll, if
20 necessary (Bug#3494).
21 (line-move-1): Handle cons value of temporary-goal-column.
22
1639ee1d
KH
232009-07-11 Kenichi Handa <handa@m17n.org>
24
25 * international/mule-diag.el (describe-character-set): Don't show
26 width.
27
2b1d2412
SS
282009-07-10 Sam Steingold <sds@gnu.org>
29
30 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31 Omake sometimes indents the errors it prints, so allow all
32 regexps to start with spaces.
33
ed3a5691
EZ
342009-07-10 Eli Zaretskii <eliz@gnu.org>
35
36 * cus-edit.el (customize-changed-options-previous-release): Bump
37 value to 22.1. (Bug#3804)
38
49405d0e
SS
392009-07-08 Sam Steingold <sds@gnu.org>
40
41 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
42 to be a cons cell (test . ignored-directory) to selectively ignore
43 some directories depending on the location of the search.
44
93c3eb7c
MA
452009-07-08 Michael Albinus <michael.albinus@gmx.de>
46
47 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
48 remote user is root, on the local host.
49 (tramp-local-host-p): Either the local user or the remote user
50 must be root. (Bug#3771)
51
6f2a8484
NR
522009-07-08 Nick Roberts <nickrob@snap.net.nz>
53
54 * progmodes/gdb-mi.el (gdb): Remove description of
55 gdb-use-separate-io-buffer.
69cb8d82 56 (menu): Don't allow toggling of or enable
6f2a8484
NR
57 gdb-use-separate-io-buffer from menubar.
58
88d03607
CY
592009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
60
61 * mail/unrmail.el (unrmail): Make sure the message ends with two
62 newlines (Bug#3769).
63
7ef5b8b2
GM
642009-07-08 Glenn Morris <rgm@gnu.org>
65
66 * calendar/calendar.el (calendar-current-date): Rework previous change.
67
3ce82f97
GM
682009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
69
70 * calendar/calendar.el (calendar-current-date):
71 Add an optional argument giving an offset from today.
72
f35fc841
GM
732009-07-08 Glenn Morris <rgm@gnu.org>
74
75 * tutorial.el (tutorial--describe-nonstandard-key):
76 Adjust the message for when a key has been unbound.
77 (help-with-tutorial): Hide the arch-tag.
78
40149292
KH
792009-07-08 Kenichi Handa <handa@m17n.org>
80
69cb8d82
KH
81 * international/fontset.el (setup-default-fontset): For each
82 script, append (not set) font-specs.
83
40149292
KH
84 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
85 docstring.
86
ff0c4194
NR
872009-07-08 Nick Roberts <nickrob@snap.net.nz>
88
89 * progmodes/gdb-mi.el (gdb-init-1): Move sending
90 -data-list-register-names to ...
91 (gdb-starting): ... here because GDB 7.0 requires execution to
92 have started when using this MI command.
93 (gdb-set-header): New function to distinguish select and
94 unselected tabs in gdb buffers.
95 (gdb-propertize-header): New macro that uses gdb-set-header.
96 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 97 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 98
8954c675
CY
992009-07-07 Chong Yidong <cyd@stupidchicken.com>
100
101 * Makefile.in (ELCFILES): Remove fadr.elc.
102
0996385d
DD
1032009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
104
dc6b4519
DD
105 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
106 may contain frame information, so `string-match' should be used.
107 (gdb-update): Disassembly is invalidated through
108 `gdb-get-selected-frame'.
109 (gdb-pad-string): New function to pad string with spaces.
110 (gdb-invalidate-disassembly): Invalidate only if the buffer
111 exists.
112 (gdb-disassembly-handler-custom): Column alignment.
113 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
114 placing new ones.
115 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
116 end of line, too.
117 (gdb-frame-handler): Match convention to for disassembly buffer
118 mode name.
17c1380b 119 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
120 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
121 not highlight breakpoints without line information.
69a197a2 122 (gdb-input): Add trailing newline to command.
dc6b4519 123
14340b25
DD
124 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
125 buffer properly.
126 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
127 `gdb-break-list-handler'. Using real parser instead of regexps
128 now.
129 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
130 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
131 to place breakpoints.
14340b25
DD
132 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
133 functions.
134 (gdb-disassembly-handler-custom): Show overlay arrow.
135 (gdb-disassembly-place-breakpoints): Show breakpoints in
136 disassembly buffer.
137 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
138 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
139 instead of parsing breakpoints buffer. Fixed old menu references
140 in `gud-menu-map'.
14340b25 141
38d4f316 142 * fadr.el: Remove.
1f2a6224 143
0996385d
DD
144 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
145 (gdb-memory-address): New variable which holds top address of
146 memory page shown in memory buffer
147 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
148 customization variables.
149 New functions:
150 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
151 display the memory buffer.
152 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
153 buffer display parameters.
154 (def-gdb-memory-format, gdb-memory-format-binary)
155 (gdb-memory-format-octal, gdb-memory-format-unsigned)
156 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
157 Functions for setting memory buffer format.
158 (gdb-memory-unit-word, gdb-memory-unit-halfword)
159 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
160 unit size used in memory buffer.
161 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
162 to next/previous page of memory buffer.
28d67a53 163 Now using (bindat-get-field) instead of fadr functions.
0996385d 164
9ba562d3
SS
1652009-07-07 Sam Steingold <sds@gnu.org>
166
167 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
168 non-top-level files.
169
a43977db
KH
1702009-07-07 Kenichi Handa <handa@m17n.org>
171
172 * international/mule-cmds.el (reset-language-environment): Put
173 the highset priority to the charset iso-8859-1.
174
d44d05e8
CY
1752009-07-06 Chong Yidong <cyd@stupidchicken.com>
176
177 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
178 to the end of the line when locating the block (Bug#700).
179
3e2fa353
MA
1802009-07-06 Michael Albinus <michael.albinus@gmx.de>
181
182 * net/tramp.el (tramp-handle-write-region): Flush file properties
183 in case of short track.
184
d88782c3
DN
1852009-07-07 Michael McNamara <mac@mail.brushroad.com>
186
187 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
188 representation of verilog error regular expressions to work with
189 Emacs-22's new format.
190 (verilog-error-regexp-xemacs-alist): Coded custom representation
191 of verilog error regular expressions to work with XEmacs format
192 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
193 error recognition into XEmacs.
194 (verilog-error-regexp-add-emacs): Hook routine to install verilog
195 error recognition into Emacs-22.
196
25c6f63e
CY
1972009-07-06 Chong Yidong <cyd@stupidchicken.com>
198
199 * woman.el: Remove stand-alone closing parentheses.
200 (woman-file-name, woman2-format-paragraphs)
201 (woman-leave-blank-lines): Code cleanup.
202 (woman-use-own-frame): Change default to nil.
203 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
204 defaults to inherit from default faces.
205 (woman2-process-escapes): Consume the newline after a stand-alone
206 filler character (Bug#3651).
207
f176290e
GM
2082009-07-06 Glenn Morris <rgm@gnu.org>
209
210 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
211 (top-level): Move provide to the end.
212 (ffap): Remove defunct URL from custom group.
213
214 * subr.el (eval-after-load): Doc fix.
215
e4a5a307
JB
2162009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
217
218 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
219 `calc-embedded-word' is called twice.
220
4b8b1ec5
SM
2212009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * files.el (find-alternate-file-other-window, find-alternate-file):
224 Obey confirm-nonexistent-file-or-buffer.
225
d6ceb380
MA
2262009-07-05 Michael Albinus <michael.albinus@gmx.de>
227
228 * dired-aux.el (dired-show-file-type): Handle remote files.
229
c760f19e
CY
2302009-03-22 Jari Aalto <jari.aalto@cante.net>
231
4b8b1ec5
SM
232 * desktop.el (desktop-globals-to-save):
233 Add file-name-history (Bug#2750).
c760f19e 234
6d00ce04
CY
2352009-07-05 Chong Yidong <cyd@stupidchicken.com>
236
4b8b1ec5 237 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 238
6ee21b07
JB
2392009-07-04 Johan Bockgård <bojohan@gnu.org>
240
241 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
242 property on entire argument since this is what eshell-lisp-command
243 expects.
244
f0dbdc25
MA
2452009-07-03 Michael Albinus <michael.albinus@gmx.de>
246
247 * net/tramp-gvfs.el (tramp-gvfs-methods)
248 (tramp-gvfs-zeroconf-domain)
249 (tramp-bluez-discover-devices-timeout): Add version flag.
250 (tramp-gvfs-handler-mounted-unmounted)
251 (tramp-gvfs-connection-mounted-p): Polish handling of
252 incompatibilities between GVFS 0.2 and 1.0.
253
e044e4fc
JD
2542009-07-03 Jan Djärv <jan.h.d@swipnet.se>
255
4b8b1ec5 256 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 257
2e9b968b
JB
2582009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
259
260 * calc-math.el (math-use-emacs-fn): Make sure that the number is
261 formatted correctly.
262
baf1a55e
JL
2632009-07-02 Juri Linkov <juri@jurta.org>
264
265 * info.el: Virtual Info files and nodes.
266 (Info-virtual-files, Info-virtual-nodes): New variables.
267 (Info-current-node-virtual): New variable.
268 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
269 New functions.
270 (Info-file-supports-index-cookies): Use Info-virtual-file-p
271 to check for a virtual file instead of checking a fixed list
272 of node names.
273 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
274 instead of ad-hoc processing of "dir" and (apropos history toc).
275 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
276 instead of ad-hoc processing of "dir" and (apropos history toc).
277 Reread a file when moving from a virtual node.
278 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
279 (Info-directory-toc-nodes, Info-directory-find-file)
280 (Info-directory-find-node): New functions.
281 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
282 (Info-history): Move part of code to
283 `Info-history-find-node'.
284 (Info-history-toc-nodes, Info-history-find-file)
285 (Info-history-find-node): New functions.
286 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
287 (Info-toc): Move part of code to `Info-toc-find-node'.
288 (Info-toc-find-node): New function.
4b8b1ec5 289 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
290 the current Info file name to references because now the node
291 "*TOC*" belongs to the same Info manual.
4b8b1ec5 292 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
293 (Info-toc-nodes): Rename input argument `file' to `filename'.
294 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
295 instead of ad-hoc processing of ("dir" apropos history toc).
296 (Info-index-nodes): Use Info-virtual-file-p
297 to check for a virtual file instead of checking a fixed list
298 of node names.
299 (Info-index-node): Add check for `Info-current-node-virtual'.
300 Raise `save-match-data' higher up the tree to contain
301 `search-forward' too (bug fix).
302 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
303 (Info-virtual-index-nodes): New variable.
304 (Info-virtual-index-find-node, Info-virtual-index): New functions.
305 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
306 (Info-apropos-file, Info-apropos-nodes): New variables.
307 (Info-apropos-toc-nodes, Info-apropos-find-file)
308 (Info-apropos-find-node, Info-apropos-matches): New functions.
309 (info-apropos): Move part of code to `Info-apropos-find-node' and
310 `Info-apropos-matches'.
311 (Info-mode-map): Bind "I" to `Info-virtual-index'.
312 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
313 for a virtual file instead of checking a fixed list of node names.
314
315 * simple.el (async-shell-command): New command.
316
317 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
318
319 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
320 instead of `mount-info'.
321
d04bc496
MA
3222009-07-02 Michael Albinus <michael.albinus@gmx.de>
323
324 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 325 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 326
af0403e0
KH
3272009-07-02 Kenichi Handa <handa@m17n.org>
328
329 * international/mule.el (set-keyboard-coding-system): Force *-unix
330 coding-system to avoid eol conversion.
331
99278f8a
MA
3322009-07-01 Michael Albinus <michael.albinus@gmx.de>
333
4b8b1ec5
SM
334 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
335 Add handler for `process-file', `shell-command' and
99278f8a
MA
336 `start-file-process'.
337 (tramp-gvfs-handle-shell-command)
338 (tramp-gvfs-handle-start-file-process)
339 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 340 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 341
3f1c6666
JD
3422009-07-01 Jan Djärv <jan.h.d@swipnet.se>
343
344 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
345
3f396bac
KH
3462009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
347
348 * language/korean.el (set-language-info-alist): Add korean-cp949,
349 cp949 to spec.
350
c1185193
KH
3512009-07-01 Kenichi Handa <handa@m17n.org>
352
353 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
354
355 * international/encoded-kb.el: Deleted.
356
357 * international/mule.el (set-keyboard-coding-system): Perform the
358 necessary setup here instead of calling encoded-kbd-setup-display.
359
3f150a60
GM
3602009-07-01 Glenn Morris <rgm@gnu.org>
361
362 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
363
b0d5b05b
GM
3642009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
365
366 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
367
4f4126e6
MA
3682009-06-30 Michael Albinus <michael.albinus@gmx.de>
369
4b8b1ec5
SM
370 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
371 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 372 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 373
7ae3ea65 374 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
375 (top): Add a default for "synce" in `tramp-default-user-alist'.
376 Add completion function for "synce" method.
377 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
378 (tramp-hal-interface-manager, tramp-hal-interface-device):
379 New defconst.
380 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
381 (tramp-synce-list-devices, tramp-synce-parse-device-names):
382 New defuns.
d6ceb380
MA
383
384 * net/trampver.el: Update release number.
7ae3ea65 385
0ad6626b
KH
3862009-06-30 Kenichi Handa <handa@m17n.org>
387
388 * international/fontset.el (setup-default-fontset): Add CJK fonts
389 for symbols and the other miscellaneous characters.
390
4b8b1ec5
SM
391 * language/korea-util.el (setup-korean-environment-internal):
392 Make char-width-table suitable for Korean environments.
0ad6626b
KH
393 (exit-korean-environment): Cancel above.
394
395 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
396 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
397 setup-funcion to make char-widht-table suitable for respective
398 environments, and an exit-function to cancel that.
399
400 * language/japan-util.el (setup-japanese-environment-internal):
401 Call use-cjk-char-width-table with arg `ja_JP'.
402
403 * international/characters.el (cjk-char-width-table): Delete it.
404 (cjk-char-width-table-list): New variable.
405 (use-cjk-char-width-table): New arg local-name.
406 (use-default-char-width-table): Fix for the case that Emacs is
407 already using the default char-width-table.
408
fd46e893
MA
4092009-06-29 Michael Albinus <michael.albinus@gmx.de>
410
411 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
412 modes mandatory. (Bug#3712)
413
b87d9f96
AM
4142009-06-29 Alan Mackenzie <acm@muc.de>
415
416 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 417 correction between the visible width of TABs and their number of bytes.
b87d9f96 418
2d25aa5a
CY
4192009-06-29 Chong Yidong <cyd@stupidchicken.com>
420
421 * server.el (server-buffer-done): Prevent kill-buffer from
422 prompting by clearing the buffer modification flag (Bug#3696).
423
a3a8b002
DN
4242009-06-28 Michael McNamara <mac@mail.brushroad.com>
425
426 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 427 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
428 (verilog-basic-complete-re): Support localparam lineup.
429 (verilog-beg-of-statement-1): Fix for robustness, unique case.
430 (verilog-set-auto-endcomments): Fix for unique case, always_comb
431 commenting.
432 (verilog-leap-to-case-head): Now support *nested* unique &
433 priority case statements.
434 (verilog-auto-lineup): Make just declarations the default (as it
435 had been).
4b8b1ec5 436 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
437 (verilog-auto-lineup): Rework to give users radio buttons to
438 select the various styles of automatic lineup
439 (verilog-error-regexp-alist): Rework to support the XEmacs style
440 of error regular expressions from compilers, lint tools &
441 simulators. Note that GNU Emacs has made it impossible for a mode
442 to load such things.
443 (electric-verilog-terminate-line, verilog-indent-declaration)
444 (verilog-auto-wiure): Rework for radio button selection of
445 auto-lineup selection of specification of auto lineup.
446 (verilog-beg-of-statement-1): Redesign to support proper operation
447 in additional code, based on testing with auto-lineup.
448 (verilog-calculate-indent, assignments & declarations)
449 (verilog-backward-token): Enhance to support auto-lineup of
450 assignments & declarations.
451 (verilog-in-directive-p, verilog-at-struct-p): New function for
452 easy test of whether we are.
453 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
454 to support safe execution at almost anyline.
455 (verilog-calc-1): Properly support indenting deep inside generate
456 blocks.
457 (verilog-init-font) Remove definition & use of verilog-init-font,
458 as it is redundant with font-lock-defaults.
459 (verilog-mode): Alter the definition of verilog-font-lock-defualts
460 to avoid circular calls if syntax-ppss is a function (as is the
461 case now in 22.x GNU Emacs) as that function would sometimes call
462 itself, leading to (nearly) infinite recursion
463 (verilog-ovm-begin-re, verilog-ovm-end-re)
464 (verilog-ovm-statement-re, verilog-leap-to-head)
465 (verilog-backward-token): Add support for OVM macros. Some are
466 complete statements, and others open and close scopes like begin
467 and end.
468 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
469 (verilog-defun-level-generate-only-re): Really fix the defun-list
470 compilation issue
471 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
472 coverpoint, constraint and cross statements
473 (verilog-defun-level-list, verilog-generate-defun-level-list)
474 (verilog-all-defun-level-list): Redo these specifications - it is
475 too hard to support eval-when compile aggregation of lists also
476 built at when-compile time.
477 (verilog-defun-level-list): Place defconsts of variables used in
478 building regular expressions which are built in eval-when-compile
479 bodies in the same eval-when-compile body to facilitate compile
480 without load.
481 (verilog-beg-block-re-ordered): Support indenting
482 virtual/protected tasks and functions.
483 (verilog-defun-level-list,verilog-in-generate-region-p)
484 (verilog-backward-ws&directives, verilog-calc-1): Speed up
485 indentation of some module items (generate items).
486 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
487 across virtual/protected tasks and functions.
488
4892009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
490
4b8b1ec5
SM
491 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
492 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
493 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
494 in concatenations. Reported by Yishay Belkind.
495 (verilog-auto-ascii-enum): Support one-hot state machines in
496 AUTOASCIIENUM. Suggested by Lloyd Gomez.
497 (verilog-auto-inst, verilog-auto-inst-port): Include interface
498 modport in AUTOINST and add vl-modport for users. Reported by
499 David Rogoff.
500 (verilog-auto-inout-module, verilog-auto-inst)
501 (verilog-decls-get-interfaces, verilog-insert-definition)
502 (verilog-insert-one-definition, verilog-read-decls)
503 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
504 (verilog-sig-modport, verilog-signals-combine-bus)
505 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
506 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
507 Suggested by David Rogoff.
508 (verilog-repair-open-comma): Fix non-insertion of comma when
509 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
510 (verilog-make-width-expression): Simplify [A-1:0] expression
511 widths to just {A{1'b0}}.
512 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
513 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
514 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
515 inputs/outputs or data type. Suggested by Vasu Kandadi.
516 (next-error-last-buffer): Fix byte-compiler warning.
517 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
518 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 519 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 520 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
521 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
522 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
523 in AUTOINOUT. Reported by Matthew Lovell.
524 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
525 causing use of <= assignments. Reported by Alex Reed.
526 (verilog-read-decls): Fix triand, trior, wand, wor to be
527 recognized by AUTOWIRE. Reported by Spencer Isaacson.
528 (verilog-extended-complete-re): Support import "DPI-C" functions.
529 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 530 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
531 (verilog-insert-date, verilog-insert-year)
532 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
533 Windows systems. Reported by Michael Potts.
534 (verilog-read-module-name): Fix AUTOINST when the child module
535 declaration's name is a tick define. Reported by Elliot Mednick.
536 (verilog-read-decls): Fix V2K parameter bit subscripts getting
537 passed to next parameter's definition. Reported by Bruce T.
538 (verilog-read-decls): Fix detecting "parameter int" when using
539 AUTOINSTPARAM. Reported by Bruce T.
540 (verilog-goto-defun): Fix goto not finding modules unless first
541 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 542 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
543 verilog-goto-defun will work. Reported by Lawrence Butcher.
544 (verilog-getopt): Expand environment variables in -f file
545 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 546 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
547 when reading enumerations.
548 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
549 Suggested by Stephen Peltan.
4b8b1ec5 550 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
551 files. Reported by Steve Peltan.
552
f7c0d931
CY
5532009-06-28 David De La Harpe Golden <david@harpegolden.net>
554
555 * files.el (trash-directory): Fix defcustom type.
556
baf1a55e 5572009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
558
559 * help-fns.el (describe-function-1): Correctly locate adviced
560 functions in hyperlink (Bug#2438).
561
d63a01ef
CY
5622009-06-28 Chong Yidong <cyd@stupidchicken.com>
563
564 * files.el (trash-directory): Change default to nil.
565 (move-file-to-trash): If trash-directory is nil and
566 system-move-file-to-trash is unbound, perform freedesktop-style
567 trashing.
568
5692009-06-28 David De La Harpe Golden <david@harpegolden.net>
570
571 * files.el (move-file-to-trash): Add freedesktop trash
572 support (Bug#973).
573
fc2f6a26
GM
5742009-06-28 Glenn Morris <rgm@gnu.org>
575
576 * autorevert.el (global-auto-revert-non-file-buffers)
577 (global-auto-revert-mode): Doc fixes.
578
00242b07
JB
5792009-06-27 Johan Bockgård <bojohan@gnu.org>
580
581 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
582
f5594f03
CY
5832009-06-27 Chong Yidong <cyd@stupidchicken.com>
584
e8a2b2da
CY
585 * faces.el (x-handle-named-frame-geometry): Ensure that we have
586 opened an X connection before calling x-get-resource (Bug#3194).
587
f5594f03
CY
588 * play/doctor.el: Remove reference to obsolete website.
589 (make-doctor-variables): Correct grammar mistake (Bug#2633).
590
3c3bf6ce
DN
5912009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
592
593 Remove find-file-not-found-hook VC method. (Bug#2757)
594 * vc-hooks.el (vc-file-not-found-hook)
595 (vc-default-find-file-not-found-hook): Remove functions.
596 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
597 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
598 * vc.el:
599 * vc-hg.el:
600 * vc-git.el: Do not mention find-file-not-found-hook VC method.
601
e26a7bc0
AM
6022009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
603
604 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
605 compatibility function for `looking-back'
606
4b8b1ec5
SM
607 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
608 Use `ispell-looking-back'
e26a7bc0 609
d9848600
MA
6102009-06-24 Michael Albinus <michael.albinus@gmx.de>
611
612 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 613 rather than `filename'.
d9848600 614
05fbc4a9
MB
6152009-06-23 Miles Bader <miles@gnu.org>
616
617 * face-remap.el (text-scale-set): New function.
618
f86ca715
GM
6192009-06-23 Glenn Morris <rgm@gnu.org>
620
33e2c2e5
GM
621 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
622
f529f302
GM
623 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
624
34995333
GM
625 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
626
cc80ccee
GM
627 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
628
84cb770d
GM
629 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
630 Simplify Persian conditionals.
631
d916c965
GM
632 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
633 variable `filename'.
634
b6a44b27
GM
635 * comint.el (comint-insert-input): Doc fix.
636
f86ca715
GM
637 * Makefile.in (ELCFILES): Fix typo in previous change.
638
666e158e
MB
6392009-06-23 Miles Bader <miles@gnu.org>
640
641 * cus-start.el: Add entry for `recenter-redisplay'.
642
77bf3f54
DN
6432009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
644
645 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
646 Add an optional argument for the backend, use it instead of
647 calling vc-backend.
4b8b1ec5
SM
648 (vc-mode-line): Add an optional argument for the backend.
649 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
650 special handling for vc-state being a buffer to ...
651
652 * vc-rcs.el (vc-rcs-find-file-hook):
653 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
654
655 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
656 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
657 vc-stay-local-p and vc-mode-line calls.
658
659 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
660 (vc-cvs-diff, vc-cvs-annotate-command)
661 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
662 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
663 vc-mode-line calls.
664
665 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
666 direct comparison.
667 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
668 backend when calling vc-mode-line.
669 (vc-register): Do not create a closure for calling the vc register
670 function, call it directly.
671
2764748c
DN
6722009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
673
674 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
675 to make it obvious item can be clicked.
f5a0b281
DN
676
677 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
678
d4a885b2
KH
6792009-06-23 Kenichi Handa <handa@m17n.org>
680
681 * language/korea-util.el (korean-key-bindings): Change the binding
682 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
683 same command.
684
e3610693
MA
6852009-06-22 Michael Albinus <michael.albinus@gmx.de>
686
687 Sync with Tramp 2.1.16.
688
689 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
690
691 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
692 when a loading of a package fails. Completion function for rsync
693 is `tramp-completion-function-alist-ssh'.
694 (all): Replace all calls of `split-string' and
695 `tramp-split-string' by `tramp-compat-split-string'.
696 (tramp-default-method): Use `tramp-compat-process-running-p'.
697 (tramp-default-proxies-alist): Allow also Lisp forms.
698 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 699 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
700 (tramp-domain-regexp): Allow also "-", "_" and ".".
701 (tramp-end-of-output): Remove newlines, and add "$" at the end.
702 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
703 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
704 (tramp-handle-directory-files-and-attributes-with-stat):
705 Care about filenames with spaces, or starting with "-".
e3610693
MA
706 (tramp-handle-dired-uncache): New defun.
707 (tramp-handle-insert-directory): Don't flush the directory from
708 cache, this is handled by `dired-uncache' now.
709 (tramp-handle-insert-file-contents): Improve error handling.
710 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
711 Quote `tramp-end-of-output'.
712 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
713 (tramp-check-for-regexp): Both echoes must be present, before removing.
714 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
715 (tramp-compute-multi-hops): Eval cons cells of
716 `tramp-default-proxies-alist'.
717 (tramp-maybe-open-connection): Use the same command pattern for
718 first hop and further hops.
719 (tramp-wait-for-output): Remove handling of newlines.
720 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
721 (tramp-split-string): Remove function. It is handled in
722 tramp-compat now.
723
4b8b1ec5
SM
724 * net/tramp-cmds.el (tramp-bug):
725 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
726
727 * net/tramp-compat.el (tramp-compat-split-string)
728 (tramp-compat-process-running-p): New defuns.
729
730 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
731 for `dired-uncache'.
732
733 * net/tramp-gvfs.el: New package.
734
4b8b1ec5
SM
735 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
736 Add handler for `dired-uncache'.
e3610693
MA
737 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
738
739 * net/trampver.el: Update release number. Make version check fit
740 for SXEmacs 22.
741
13a3f374
JM
7422009-06-22 Jim Meyering <meyering@redhat.com>
743
e0a28a3b 744 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
745 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
746 XZ is the successor to LZMA: <http://tukaani.org/xz/>
747
5242671e 7482009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 749 Nick Roberts <nickrob@snap.net.nz>
13a3f374 750
e0a28a3b 751 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
752 repository (http://sphinx.net.ru/hg/gdb-mi/).
753
3fde45af
GM
7542009-06-22 Glenn Morris <rgm@gnu.org>
755
46253b34
GM
756 * files.el (dir-locals-collect-mode-variables): Allow for any number of
757 `mode' and `eval' entries. (Bug#3430)
758
97e18192
GM
759 * Makefile.in (ELCFILES): Add fadr.elc.
760
731a00fb
GM
761 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
762 differing behavior of \n and ^ in strings. (Bug#3385)
763
c66cd0ff
GM
764 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
765
3fde45af
GM
766 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
767 property.
768 (lisp-indent-function): Make it a defcustom.
769
db2241a0
NR
7702009-06-21 Nick Roberts <nickrob@snap.net.nz>
771
772 * progmodes/gdb-ui.el: Replace with ...
5242671e 773 * progmodes/gdb-mi.el: ... this file.
db2241a0 774 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
775
7762009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
777
db2241a0
NR
778 * fadr.el: New file.
779
38d4f316 780See ChangeLog.14 for earlier changes.
e3d51b27
MR
781
782;; Local Variables:
783;; coding: utf-8
e3d51b27
MR
784;; End:
785
38d4f316 786 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
787
788 This file is part of GNU Emacs.
789
790 GNU Emacs is free software: you can redistribute it and/or modify
791 it under the terms of the GNU General Public License as published by
792 the Free Software Foundation, either version 3 of the License, or
793 (at your option) any later version.
794
795 GNU Emacs is distributed in the hope that it will be useful,
796 but WITHOUT ANY WARRANTY; without even the implied warranty of
797 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
798 GNU General Public License for more details.
799
800 You should have received a copy of the GNU General Public License
801 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
802
38d4f316 803;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1