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