*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobb17cac00cd63815a7f7cbf518671cb06a566be7a
1 2009-07-17  Kenichi Handa  <handa@m17n.org>
3         * case-table.el (describe-buffer-case-table): Fix for the case
4         that KEY is a cons.
6 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8         * vc-rcs.el (vc-rcs-find-file-hook):
9         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
13         * net/tramp.el (tramp-wait-for-output): Handle the case when
14         commands do not return a newline but a null byte before the shell
15         prompt.  (Bug#3858)
17 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19         * term/ns-win.el (ns-set-alpha): Don't declare.
20         (ns-set-background-alpha): Remove function.
22 2009-07-16  Kevin Ryde  <user42@zip.com.au>
24         * emacs-lisp/copyright.el (copyright-update): Save match-data across
25         y-or-n-p, for safety.
27 2009-07-16  Richard Stallman  <rms@gnu.org>
29         * files.el (auto-save-mode): If buffer-saved-size is -2,
30         don't clobber it.
32         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
33         (rmail-retry-ignored-headers): Add more uninteresting fields.
35 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
37         * net/rcirc.el (rcirc): Use history variables.
38         (rcirc-server-name-history, rcirc-nick-name-history)
39         (rcirc-server-port-history): New variables.
41 2009-07-15  Kenichi Handa  <handa@m17n.org>
43         * international/mule-cmds.el (set-language-environment-charset):
44         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
45         ignore them.
47         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
48         Delete unibyte-display.
50 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
52         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
54 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
56         * simple.el (deactivate-mark): Optional argument FORCE.
57         (set-mark): Use deactivate-mark.
59         * info.el (Info-search): No need to check transient-mark-mode
60         before calling deactivate-mark.
62         * select.el (x-set-selection): Doc fix.
63         (x-valid-simple-selection-p): Allow buffer values.
64         (xselect--selection-bounds): Handle buffer values.  Suggested by
65         David De La Harpe Golden.
67         * mouse.el (mouse-set-region, mouse-drag-track): Call
68         copy-region-as-kill before setting the mark, to let
69         select-active-regions work.
71 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
73         * simple.el (deactivate-mark): If select-active-regions is
74         non-nil, copy the selection data into a string.
75         (activate-mark): If select-active-regions is non-nil, set the
76         selection to the current buffer.
77         (set-mark): Update selection if select-active-regions is non-nil.
79         * select.el (x-valid-simple-selection-p): Allow buffer values.
81 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
83         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
84         and more featureful message-mode.
86 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
88         * select.el (x-set-selection): Doc fix.
89         (x-valid-simple-selection-p): Disallow selection data consisting
90         of a list or cons of integers, since that is not used.
91         (xselect--selection-bounds, xselect--int-to-cons): New functions.
92         (xselect-convert-to-string, xselect-convert-to-length)
93         (xselect-convert-to-filename, xselect-convert-to-charpos)
94         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
96 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
98         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
99         output in -break-info command (Emacs bug #3794).
101 2009-07-14  Glenn Morris  <rgm@gnu.org>
103         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
104         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
105         (edebug-print-length, edebug-print-level, edebug-print-circle)
106         (edebug-sit-for-seconds, edebug-view-outside)
107         (edebug-bounce-point, edebug-set-global-break-condition)
108         (edebug-Go-nonstop-mode, edebug-trace-mode)
109         (edebug-Trace-fast-mode, edebug-continue-mode)
110         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
111         (edebug-visit-eval-list): Doc fixes.
113         * subr.el (def-edebug-spec): Doc fix.
115 2009-07-14  Kenichi Handa  <handa@m17n.org>
117         * international/characters.el: Fix setting of category ?C.
119 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
121         * term/ns-win.el (x-select-font): defailias x-select-font to
122         ns-popup-font-panel instead of generate-fontset-menu.
124 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
126         * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
128 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
130         * arc-mode.el (archive-find-type): Allow for a PK00 string before
131         the PK\003\004 header (Bug#3770).
133 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
135         * pcomplete.el (pcomplete-comint-setup): Check for
136         shell-dynamic-complete-filename too.
138 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
140         * simple.el (temporary-goal-column): Change the value for
141         line-move-visual to a cons cell.
142         (line-move-visual): Record or set the window hscroll, if
143         necessary (Bug#3494).
144         (line-move-1): Handle cons value of temporary-goal-column.
146 2009-07-11  Kenichi Handa  <handa@m17n.org>
148         * international/mule-diag.el (describe-character-set): Don't show
149         width.
151 2009-07-10  Sam Steingold  <sds@gnu.org>
153         * progmodes/compile.el (compilation-mode-font-lock-keywords):
154         Omake sometimes indents the errors it prints, so allow all
155         regexps to start with spaces.
157 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
159         * cus-edit.el (customize-changed-options-previous-release):
160         Bump value to 22.1.  (Bug#3804)
162 2009-07-08  Sam Steingold  <sds@gnu.org>
164         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
165         to be a cons cell (test . ignored-directory) to selectively ignore
166         some directories depending on the location of the search.
168 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
170         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
171         remote user is root, on the local host.
172         (tramp-local-host-p): Either the local user or the remote user
173         must be root.  (Bug#3771)
175 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
177         * progmodes/gdb-mi.el (gdb): Remove description of
178         gdb-use-separate-io-buffer.
179         (menu): Don't allow toggling of or enable
180         gdb-use-separate-io-buffer from menubar.
182 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
184         * mail/unrmail.el (unrmail): Make sure the message ends with two
185         newlines (Bug#3769).
187 2009-07-08  Glenn Morris  <rgm@gnu.org>
189         * calendar/calendar.el (calendar-current-date): Rework previous change.
191 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
193         * calendar/calendar.el (calendar-current-date):
194         Add an optional argument giving an offset from today.
196 2009-07-08  Glenn Morris  <rgm@gnu.org>
198         * tutorial.el (tutorial--describe-nonstandard-key):
199         Adjust the message for when a key has been unbound.
200         (help-with-tutorial): Hide the arch-tag.
202 2009-07-08  Kenichi Handa  <handa@m17n.org>
204         * international/fontset.el (setup-default-fontset): For each
205         script, append (not set) font-specs.
207         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
208         docstring.
210 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
212         * progmodes/gdb-mi.el (gdb-init-1): Move sending
213         -data-list-register-names to ...
214         (gdb-starting): ... here because GDB 7.0 requires execution to
215         have started when using this MI command.
216         (gdb-set-header): New function to distinguish select and
217         unselected tabs in gdb buffers.
218         (gdb-propertize-header): New macro that uses gdb-set-header.
219         (gdb-breakpoints-header, gdb-locals-header): Use it.
220         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
222 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
224         * Makefile.in (ELCFILES): Remove fadr.elc.
226 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
228         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
229         may contain frame information, so `string-match' should be used.
230         (gdb-update): Disassembly is invalidated through
231         `gdb-get-selected-frame'.
232         (gdb-pad-string): New function to pad string with spaces.
233         (gdb-invalidate-disassembly): Invalidate only if the buffer
234         exists.
235         (gdb-disassembly-handler-custom): Column alignment.
236         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
237         placing new ones.
238         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
239         end of line, too.
240         (gdb-frame-handler): Match convention to for disassembly buffer
241         mode name.
242         (gdb-stack-list-frames-handler): Rewritten without regexps.
243         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
244         not highlight breakpoints without line information.
245         (gdb-input): Add trailing newline to command.
247         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
248         buffer properly.
249         (gdb-breakpoints-list-handler-custom): Replacement for
250         `gdb-break-list-handler'. Using real parser instead of regexps
251         now.
252         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
253         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
254         to place breakpoints.
255         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
256         functions.
257         (gdb-disassembly-handler-custom): Show overlay arrow.
258         (gdb-disassembly-place-breakpoints): Show breakpoints in
259         disassembly buffer.
260         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
261         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
262         instead of parsing breakpoints buffer. Fixed old menu references
263         in `gud-menu-map'.
265         * fadr.el: Remove.
267         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
268         (gdb-memory-address): New variable which holds top address of
269         memory page shown in memory buffer
270         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
271         customization variables.
272         New functions:
273         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
274         display the memory buffer.
275         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
276         buffer display parameters.
277         (def-gdb-memory-format, gdb-memory-format-binary)
278         (gdb-memory-format-octal, gdb-memory-format-unsigned)
279         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
280         Functions for setting memory buffer format.
281         (gdb-memory-unit-word, gdb-memory-unit-halfword)
282         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
283         unit size used in memory buffer.
284         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
285         to next/previous page of memory buffer.
286         Now using (bindat-get-field) instead of fadr functions.
288 2009-07-07  Sam Steingold  <sds@gnu.org>
290         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
291         non-top-level files.
293 2009-07-07  Kenichi Handa  <handa@m17n.org>
295         * international/mule-cmds.el (reset-language-environment): Put
296         the highset priority to the charset iso-8859-1.
298 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
300         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
301         to the end of the line when locating the block (Bug#700).
303 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
305         * net/tramp.el (tramp-handle-write-region): Flush file properties
306         in case of short track.
308 2009-07-07  Michael McNamara  <mac@mail.brushroad.com>
310         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
311         representation of verilog error regular expressions to work with
312         Emacs-22's new format.
313         (verilog-error-regexp-xemacs-alist): Coded custom representation
314         of verilog error regular expressions to work with XEmacs format
315         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
316         error recognition into XEmacs.
317         (verilog-error-regexp-add-emacs): Hook routine to install verilog
318         error recognition into Emacs-22.
320 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
322         * woman.el: Remove stand-alone closing parentheses.
323         (woman-file-name, woman2-format-paragraphs)
324         (woman-leave-blank-lines): Code cleanup.
325         (woman-use-own-frame): Change default to nil.
326         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
327         defaults to inherit from default faces.
328         (woman2-process-escapes): Consume the newline after a stand-alone
329         filler character (Bug#3651).
331 2009-07-06  Glenn Morris  <rgm@gnu.org>
333         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
334         (top-level): Move provide to the end.
335         (ffap): Remove defunct URL from custom group.
337         * subr.el (eval-after-load): Doc fix.
339 2009-07-06  Vincent Belaïche <vincent.belaiche@gmail.com>
341         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
342         `calc-embedded-word' is called twice.
344 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * files.el (find-alternate-file-other-window, find-alternate-file):
347         Obey confirm-nonexistent-file-or-buffer.
349 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
351         * dired-aux.el (dired-show-file-type): Handle remote files.
353 2009-03-22  Jari Aalto  <jari.aalto@cante.net>
355         * desktop.el (desktop-globals-to-save):
356         Add file-name-history (Bug#2750).
358 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
360         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
362 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
364         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
365         property on entire argument since this is what eshell-lisp-command
366         expects.
368 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
370         * net/tramp-gvfs.el (tramp-gvfs-methods)
371         (tramp-gvfs-zeroconf-domain)
372         (tramp-bluez-discover-devices-timeout): Add version flag.
373         (tramp-gvfs-handler-mounted-unmounted)
374         (tramp-gvfs-connection-mounted-p): Polish handling of
375         incompatibilities between GVFS 0.2 and 1.0.
377 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
379         * cus-start.el (all): Add make-pointer-invisible.
381 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
383         * calc-math.el (math-use-emacs-fn): Make sure that the number is
384         formatted correctly.
386 2009-07-02  Juri Linkov  <juri@jurta.org>
388         * info.el: Virtual Info files and nodes.
389         (Info-virtual-files, Info-virtual-nodes): New variables.
390         (Info-current-node-virtual): New variable.
391         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
392         New functions.
393         (Info-file-supports-index-cookies): Use Info-virtual-file-p
394         to check for a virtual file instead of checking a fixed list
395         of node names.
396         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
397         instead of ad-hoc processing of "dir" and (apropos history toc).
398         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
399         instead of ad-hoc processing of "dir" and (apropos history toc).
400         Reread a file when moving from a virtual node.
401         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
402         (Info-directory-toc-nodes, Info-directory-find-file)
403         (Info-directory-find-node): New functions.
404         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
405         (Info-history): Move part of code to
406         `Info-history-find-node'.
407         (Info-history-toc-nodes, Info-history-find-file)
408         (Info-history-find-node): New functions.
409         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
410         (Info-toc): Move part of code to `Info-toc-find-node'.
411         (Info-toc-find-node): New function.
412         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
413         the current Info file name to references because now the node
414         "*TOC*" belongs to the same Info manual.
415         (Info-toc-build): Rename from `Info-build-toc'.
416         (Info-toc-nodes): Rename input argument `file' to `filename'.
417         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
418         instead of ad-hoc processing of ("dir" apropos history toc).
419         (Info-index-nodes): Use Info-virtual-file-p
420         to check for a virtual file instead of checking a fixed list
421         of node names.
422         (Info-index-node): Add check for `Info-current-node-virtual'.
423         Raise `save-match-data' higher up the tree to contain
424         `search-forward' too (bug fix).
425         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
426         (Info-virtual-index-nodes): New variable.
427         (Info-virtual-index-find-node, Info-virtual-index): New functions.
428         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
429         (Info-apropos-file, Info-apropos-nodes): New variables.
430         (Info-apropos-toc-nodes, Info-apropos-find-file)
431         (Info-apropos-find-node, Info-apropos-matches): New functions.
432         (info-apropos): Move part of code to `Info-apropos-find-node' and
433         `Info-apropos-matches'.
434         (Info-mode-map): Bind "I" to `Info-virtual-index'.
435         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
436         for a virtual file instead of checking a fixed list of node names.
438         * simple.el (async-shell-command): New command.
440         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
442         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
443         instead of `mount-info'.
445 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
447         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
448         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
450 2009-07-02  Kenichi Handa  <handa@m17n.org>
452         * international/mule.el (set-keyboard-coding-system): Force *-unix
453         coding-system to avoid eol conversion.
455 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
457         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
458         Add handler for `process-file', `shell-command' and
459         `start-file-process'.
460         (tramp-gvfs-handle-shell-command)
461         (tramp-gvfs-handle-start-file-process)
462         (tramp-gvfs-handle-process-file): New defuns.
463         (tramp-synce-list-devices): Simplify check for existence of property.
465 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
467         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
469 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
471         * language/korean.el (set-language-info-alist): Add korean-cp949,
472         cp949 to spec.
474 2009-07-01  Kenichi Handa  <handa@m17n.org>
476         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
478         * international/encoded-kb.el: Deleted.
480         * international/mule.el (set-keyboard-coding-system): Perform the
481         necessary setup here instead of calling encoded-kbd-setup-display.
483 2009-07-01  Glenn Morris  <rgm@gnu.org>
485         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
487 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
489         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
491 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
493         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
494         Handle also the 'rename case, when setting file modes.  (Bug#3712)
495         (tramp-default-file-modes) Remove execute permissions.
497         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
498         (top): Add a default for "synce" in `tramp-default-user-alist'.
499         Add completion function for "synce" method.
500         (tramp-hal-service, tramp-hal-path-manager)
501         (tramp-hal-interface-manager, tramp-hal-interface-device):
502         New defconst.
503         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
504         (tramp-synce-list-devices, tramp-synce-parse-device-names):
505         New defuns.
507         * net/trampver.el: Update release number.
509 2009-06-30  Kenichi Handa  <handa@m17n.org>
511         * international/fontset.el (setup-default-fontset): Add CJK fonts
512         for symbols and the other miscellaneous characters.
514         * language/korea-util.el (setup-korean-environment-internal):
515         Make char-width-table suitable for Korean environments.
516         (exit-korean-environment): Cancel above.
518         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
519         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
520         setup-funcion to make char-widht-table suitable for respective
521         environments, and an exit-function to cancel that.
523         * language/japan-util.el (setup-japanese-environment-internal):
524         Call use-cjk-char-width-table with arg `ja_JP'.
526         * international/characters.el (cjk-char-width-table): Delete it.
527         (cjk-char-width-table-list): New variable.
528         (use-cjk-char-width-table): New arg local-name.
529         (use-default-char-width-table): Fix for the case that Emacs is
530         already using the default char-width-table.
532 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
534         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
535         modes mandatory.  (Bug#3712)
537 2009-06-29  Alan Mackenzie  <acm@muc.de>
539         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
540         correction between the visible width of TABs and their number of bytes.
542 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
544         * server.el (server-buffer-done): Prevent kill-buffer from
545         prompting by clearing the buffer modification flag (Bug#3696).
547 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
549         * verilog-mode.el (verilog-beg-of-statement)
550         (verilog-endcomment-reason-re): Support unique case and priority case.
551         (verilog-basic-complete-re): Support localparam lineup.
552         (verilog-beg-of-statement-1): Fix for robustness, unique case.
553         (verilog-set-auto-endcomments): Fix for unique case, always_comb
554         commenting.
555         (verilog-leap-to-case-head): Now support *nested* unique &
556         priority case statements.
557         (verilog-auto-lineup): Make just declarations the default (as it
558         had been).
559         (verilog-leap-to-case-head): Support priority/unique case statements.
560         (verilog-auto-lineup): Rework to give users radio buttons to
561         select the various styles of automatic lineup
562         (verilog-error-regexp-alist): Rework to support the XEmacs style
563         of error regular expressions from compilers, lint tools &
564         simulators.  Note that GNU Emacs has made it impossible for a mode
565         to load such things.
566         (electric-verilog-terminate-line, verilog-indent-declaration)
567         (verilog-auto-wiure): Rework for radio button selection of
568         auto-lineup selection of specification of auto lineup.
569         (verilog-beg-of-statement-1): Redesign to support proper operation
570         in additional code, based on testing with auto-lineup.
571         (verilog-calculate-indent, assignments & declarations)
572         (verilog-backward-token): Enhance to support auto-lineup of
573         assignments & declarations.
574         (verilog-in-directive-p, verilog-at-struct-p): New function for
575         easy test of whether we are.
576         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
577         to support safe execution at almost anyline.
578         (verilog-calc-1): Properly support indenting deep inside generate
579         blocks.
580         (verilog-init-font) Remove definition & use of verilog-init-font,
581         as it is redundant with font-lock-defaults.
582         (verilog-mode): Alter the definition of verilog-font-lock-defualts
583         to avoid circular calls if syntax-ppss is a function (as is the
584         case now in 22.x GNU Emacs) as that function would sometimes call
585         itself, leading to (nearly) infinite recursion
586         (verilog-ovm-begin-re, verilog-ovm-end-re)
587         (verilog-ovm-statement-re, verilog-leap-to-head)
588         (verilog-backward-token): Add support for OVM macros.  Some are
589         complete statements, and others open and close scopes like begin
590         and end.
591         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
592         (verilog-defun-level-generate-only-re): Really fix the defun-list
593         compilation issue
594         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
595         coverpoint, constraint and cross statements
596         (verilog-defun-level-list, verilog-generate-defun-level-list)
597         (verilog-all-defun-level-list): Redo these specifications - it is
598         too hard to support eval-when compile aggregation of lists also
599         built at when-compile time.
600         (verilog-defun-level-list): Place defconsts of variables used in
601         building regular expressions which are built in eval-when-compile
602         bodies in the same eval-when-compile body to facilitate compile
603         without load.
604         (verilog-beg-block-re-ordered): Support indenting
605         virtual/protected tasks and functions.
606         (verilog-defun-level-list,verilog-in-generate-region-p)
607         (verilog-backward-ws&directives, verilog-calc-1): Speed up
608         indentation of some module items (generate items).
609         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
610         across virtual/protected tasks and functions.
612 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
614         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
615         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
616         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
617         in concatenations.  Reported by Yishay Belkind.
618         (verilog-auto-ascii-enum): Support one-hot state machines in
619         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
620         (verilog-auto-inst, verilog-auto-inst-port): Include interface
621         modport in AUTOINST and add vl-modport for users.  Reported by
622         David Rogoff.
623         (verilog-auto-inout-module, verilog-auto-inst)
624         (verilog-decls-get-interfaces, verilog-insert-definition)
625         (verilog-insert-one-definition, verilog-read-decls)
626         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
627         (verilog-sig-modport, verilog-signals-combine-bus)
628         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
629         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
630         Suggested by David Rogoff.
631         (verilog-repair-open-comma): Fix non-insertion of comma when
632         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
633         (verilog-make-width-expression): Simplify [A-1:0] expression
634         widths to just {A{1'b0}}.
635         (verilog-mode): Cleanup checkdoc warnings.
636         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
637         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
638         inputs/outputs or data type.  Suggested by Vasu Kandadi.
639         (next-error-last-buffer): Fix byte-compiler warning.
640         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
641         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
642         or shell command text during AUTO expansion.  Suggested by Tad Truex.
643         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
644         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
645         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
646         in AUTOINOUT. Reported by Matthew Lovell.
647         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
648         causing use of <= assignments.  Reported by Alex Reed.
649         (verilog-read-decls): Fix triand, trior, wand, wor to be
650         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
651         (verilog-extended-complete-re): Support import "DPI-C" functions.
652         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
653         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
654         (verilog-insert-date, verilog-insert-year)
655         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
656         Windows systems.  Reported by Michael Potts.
657         (verilog-read-module-name): Fix AUTOINST when the child module
658         declaration's name is a tick define. Reported by Elliot Mednick.
659         (verilog-read-decls): Fix V2K parameter bit subscripts getting
660         passed to next parameter's definition. Reported by Bruce T.
661         (verilog-read-decls): Fix detecting "parameter int" when using
662         AUTOINSTPARAM.  Reported by Bruce T.
663         (verilog-goto-defun): Fix goto not finding modules unless first
664         perform a verilog-auto expansion. Suggested by Lawrence Butcher.
665         (verilog-mode): Expand -f flag arguments on entry to mode so
666         verilog-goto-defun will work.  Reported by Lawrence Butcher.
667         (verilog-getopt): Expand environment variables in -f file
668         arguments.  Suggested by Lawrence Butcher.
669         (verilog-set-define): Fix "Symbol's value as variable is void"
670         when reading enumerations.
671         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
672         Suggested by Stephen Peltan.
673         (verilog-read-defines): Fix reading of enumerations in include
674         files.  Reported by Steve Peltan.
676 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
678         * files.el (trash-directory): Fix defcustom type.
680 2009-06-28  Juri Linkov  <juri@jurta.org>
682         * help-fns.el (describe-function-1): Correctly locate adviced
683         functions in hyperlink (Bug#2438).
685 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
687         * files.el (trash-directory): Change default to nil.
688         (move-file-to-trash): If trash-directory is nil and
689         system-move-file-to-trash is unbound, perform freedesktop-style
690         trashing.
692 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
694         * files.el (move-file-to-trash): Add freedesktop trash
695         support (Bug#973).
697 2009-06-28  Glenn Morris  <rgm@gnu.org>
699         * autorevert.el (global-auto-revert-non-file-buffers)
700         (global-auto-revert-mode): Doc fixes.
702 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
704         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
706 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
708         * faces.el (x-handle-named-frame-geometry): Ensure that we have
709         opened an X connection before calling x-get-resource (Bug#3194).
711         * play/doctor.el: Remove reference to obsolete website.
712         (make-doctor-variables): Correct grammar mistake (Bug#2633).
714 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
716         Remove find-file-not-found-hook VC method.  (Bug#2757)
717         * vc-hooks.el (vc-file-not-found-hook)
718         (vc-default-find-file-not-found-hook): Remove functions.
719         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
720         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
721         * vc.el:
722         * vc-hg.el:
723         * vc-git.el: Do not mention find-file-not-found-hook VC method.
725 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
727         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
728           compatibility function for `looking-back'
730         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
731         Use `ispell-looking-back'
733 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
735         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
736         rather than `filename'.
738 2009-06-23  Miles Bader  <miles@gnu.org>
740         * face-remap.el (text-scale-set): New function.
742 2009-06-23  Glenn Morris  <rgm@gnu.org>
744         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
746         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
748         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
750         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
752         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
753         Simplify Persian conditionals.
755         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
756         variable `filename'.
758         * comint.el (comint-insert-input): Doc fix.
760         * Makefile.in (ELCFILES): Fix typo in previous change.
762 2009-06-23  Miles Bader  <miles@gnu.org>
764         * cus-start.el: Add entry for `recenter-redisplay'.
766 2009-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
768         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
769         Add an optional argument for the backend, use it instead of
770         calling vc-backend.
771         (vc-mode-line): Add an optional argument for the backend.
772         Pass the backend to vc-state and vc-working-revision.  Move code for
773         special handling for vc-state being a buffer to ...
775         * vc-rcs.el (vc-rcs-find-file-hook):
776         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
778         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
779         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
780         vc-stay-local-p and vc-mode-line calls.
782         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
783         (vc-cvs-diff, vc-cvs-annotate-command)
784         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
785         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
786         vc-mode-line calls.
788         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
789         direct comparison.
790         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
791         backend when calling vc-mode-line.
792         (vc-register): Do not create a closure for calling the vc register
793         function, call it directly.
795 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
797         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
798         to make it obvious item can be clicked.
800         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
802 2009-06-23  Kenichi Handa  <handa@m17n.org>
804         * language/korea-util.el (korean-key-bindings): Change the binding
805         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
806         same command.
808 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
810         Sync with Tramp 2.1.16.
812         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
814         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
815         when a loading of a package fails.  Completion function for rsync
816         is `tramp-completion-function-alist-ssh'.
817         (all): Replace all calls of `split-string' and
818         `tramp-split-string' by `tramp-compat-split-string'.
819         (tramp-default-method): Use `tramp-compat-process-running-p'.
820         (tramp-default-proxies-alist): Allow also Lisp forms.
821         (tramp-remote-path): Add choice "Private Directories".
822         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
823         (tramp-domain-regexp): Allow also "-", "_" and ".".
824         (tramp-end-of-output): Remove newlines, and add "$" at the end.
825         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
826         (tramp-debug-message): Insert header line in debug buffer.
827         (tramp-handle-directory-files-and-attributes-with-stat):
828         Care about filenames with spaces, or starting with "-".
829         (tramp-handle-dired-uncache): New defun.
830         (tramp-handle-insert-directory): Don't flush the directory from
831         cache, this is handled by `dired-uncache' now.
832         (tramp-handle-insert-file-contents): Improve error handling.
833         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
834         Quote `tramp-end-of-output'.
835         (tramp-action-password): Improve trace message.
836         (tramp-check-for-regexp): Both echoes must be present, before removing.
837         (tramp-open-connection-setup-interactive-shell): Trace coding system.
838         (tramp-compute-multi-hops): Eval cons cells of
839         `tramp-default-proxies-alist'.
840         (tramp-maybe-open-connection): Use the same command pattern for
841         first hop and further hops.
842         (tramp-wait-for-output): Remove handling of newlines.
843         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
844         (tramp-split-string): Remove function.  It is handled in
845         tramp-compat now.
847         * net/tramp-cmds.el (tramp-bug):
848         Recommend `tramp-cleanup-all-connections' in the bug mail.
850         * net/tramp-compat.el (tramp-compat-split-string)
851         (tramp-compat-process-running-p): New defuns.
853         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
854         for `dired-uncache'.
856         * net/tramp-gvfs.el: New package.
858         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
859         Add handler for `dired-uncache'.
860         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
862         * net/trampver.el: Update release number.  Make version check fit
863         for SXEmacs 22.
865 2009-06-22  Jim Meyering  <meyering@redhat.com>
867         Automatically handle .xz suffix (XZ-compressed files), too.
868         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
869         XZ is the successor to LZMA: <http://tukaani.org/xz/>
871 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
872             Nick Roberts  <nickrob@snap.net.nz>
874         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
875         repository (http://sphinx.net.ru/hg/gdb-mi/).
877 2009-06-22  Glenn Morris  <rgm@gnu.org>
879         * files.el (dir-locals-collect-mode-variables): Allow for any number of
880         `mode' and `eval' entries.  (Bug#3430)
882         * Makefile.in (ELCFILES): Add fadr.elc.
884         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
885         differing behavior of \n and ^ in strings.  (Bug#3385)
887         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
889         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
890         property.
891         (lisp-indent-function): Make it a defcustom.
893 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
895         * progmodes/gdb-ui.el: Replace with ...
896         * progmodes/gdb-mi.el: ... this file.
897         * progmodes/gud.el: Modify for gdb-mi.el.
899 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
901         * fadr.el: New file.
903 See ChangeLog.14 for earlier changes.
905 ;; Local Variables:
906 ;; coding: utf-8
907 ;; End:
909     Copyright (C) 2009  Free Software Foundation, Inc.
911   This file is part of GNU Emacs.
913   GNU Emacs is free software: you can redistribute it and/or modify
914   it under the terms of the GNU General Public License as published by
915   the Free Software Foundation, either version 3 of the License, or
916   (at your option) any later version.
918   GNU Emacs is distributed in the hope that it will be useful,
919   but WITHOUT ANY WARRANTY; without even the implied warranty of
920   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
921   GNU General Public License for more details.
923   You should have received a copy of the GNU General Public License
924   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
926 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1