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