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