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