/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8137 by albinus, Wed Aug 31 20:28:48 2005 UTC revision 1.8138 by monnier, Thu Sep 1 14:12:58 2005 UTC
# Line 1  Line 1 
1    2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2    
3            * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4    
5            * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6    
7            * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
8            (font-lock-lines-before): Change default to being inactive.
9            (font-lock-default-fontify-region): Obey font-lock-lines-before.
10            (font-lock-after-change-function): Don't handle f-l-lines-before here.
11    
12  2005-08-31  Michael Albinus  <michael.albinus@gmx.de>  2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
13    
14          * net/tramp.el (tramp-handle-make-auto-save-file-name): Deactivate          * net/tramp.el (tramp-handle-make-auto-save-file-name):
15          temporarily advice if active (not needed for Emacs 22, but for          Deactivate temporarily advice if active (not needed for Emacs 22,
16          backwards compatibility).          but for backwards compatibility).
17          (tramp-exists-file-name-handler): Rewrite.  First implementation          (tramp-exists-file-name-handler): Rewrite.  First implementation
18          was too simple.          was too simple.
19          (tramp-advice-make-auto-save-file-name): Call          (tramp-advice-make-auto-save-file-name):
20          `tramp-handle-make-auto-save-file-name' (again, just for backwards          Call `tramp-handle-make-auto-save-file-name' (again, just for
21          compatibility).          backwards compatibility).
22    
23  2005-08-31  Reto Zimmermann  <reto@gnu.org>  2005-08-31  Reto Zimmermann  <reto@gnu.org>
24    
25          * progmodes/vhdl-mode.el          * progmodes/vhdl-mode.el
26          (vhdl-update-sensitivity-list): Handle multi-dimensional array          (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
         access.  
27          (vhdl-end-p): Fix indentation bug "else" after "-- when".          (vhdl-end-p): Fix indentation bug "else" after "-- when".
28          (vhdl-set-default-project): New function (easier setting of          (vhdl-set-default-project): New function (easier setting of default).
         default).  
29          (vhdl-port-copy): Handle extended identifiers for generics.          (vhdl-port-copy): Handle extended identifiers for generics.
30          (vhdl-compiler-alist): Better description for error message          (vhdl-compiler-alist): Better description for error message regexp.
         regexp.  
31          (vhdl-make): Query for target, use previous as default.          (vhdl-make): Query for target, use previous as default.
32          (vhdl-port-copy): Fix port copy for port names starting with          (vhdl-port-copy): Fix port copy for port names starting with "signal".
         "signal".  
33          (vhdl-font-lock-keywords-2): Fix fontification for record          (vhdl-font-lock-keywords-2): Fix fontification for record
34          el. assign.          el. assign.
35          (vhdl-speedbar-make-subpack-line): Add package body link.          (vhdl-speedbar-make-subpack-line): Add package body link.
# Line 32  Line 39 
39          (vhdl-get-syntactic-context): Handle c-preprocessor directives.          (vhdl-get-syntactic-context): Handle c-preprocessor directives.
40          (vhdl-update-sensitivity-list): Start scan at opening parenthesis.          (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
41          (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).          (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
42          (vhdl-update-sensitivity-list-buffer): Add string argument for          (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
         `error'.  
43          (vhdl-import-project): Add string argument for `error'.          (vhdl-import-project): Add string argument for `error'.
44          (vhdl-compose-configuration,          (vhdl-compose-configuration)
45          vhdl-compose-configuration-architecture): Add configuration          (vhdl-compose-configuration-architecture): Add configuration
46          declaration generation.          declaration generation.
47          (vhdl-scan-directory-contents): Scan for block/generate hierarchy.          (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
48          (vhdl-trailer-re): Add "record" keyword (better indentation).          (vhdl-trailer-re): Add "record" keyword (better indentation).
49          (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of          (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
50          "[^ \t-\"]+".          "[^ \t-\"]+".
51          (vhdl-font-lock-keywords-2): Not highlight formal parameter after          (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
52          '|'.          (vhdl-testbench-entity-file-name)
53          (vhdl-testbench-entity-file-name,          (vhdl-testbench-architecture-file-name): Allow separate
         vhdl-testbench-architecture-file-name): Allow separate  
54          customization of testbench file names.          customization of testbench file names.
55          (vhdl-beginning-of-block): Handle optional subprogram parameter          (vhdl-beginning-of-block): Handle optional subprogram parameter list.
56          list.          (vhdl-get-visible-signals): Allow newline within alias declaration.
57          (vhdl-get-visible-signals): Allow newline within alias          (vhdl-update-sensitivity-list): Signal read only on certain attributes.
58          declaration.          (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
         (vhdl-update-sensitivity-list): Signal read only on certain  
         attributes.  
         (vhdl-fixup-whitespace-region): Fix bug with strings (double  
         quotes).  
59          (member-ignore-case): Alias for missing function in XEmacs.          (member-ignore-case): Alias for missing function in XEmacs.
60          (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence          (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
         NC.  
61          (vhdl-update-sensitivity-list): Ignore case on read signals.          (vhdl-update-sensitivity-list): Ignore case on read signals.
62          (vhdl-replace-string): Adjust case only for file names.          (vhdl-replace-string): Adjust case only for file names.
63          (vhdl-update-sensitivity-list): Fix search for read signals.          (vhdl-update-sensitivity-list): Fix search for read signals.
# Line 122  Line 122 
122          (reftex-toc-max-level-indicator): Move up declarations.          (reftex-toc-max-level-indicator): Move up declarations.
123    
124          * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list          * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
125          of args to `tramp-run-real-handler', even if it's empty in this          of args to `tramp-run-real-handler', even if it's empty in this case.
         case.  
126    
127  2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>  2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
128    
# Line 147  Line 146 
146    
147          * textmodes/org.el (org-special-keyword): New face.          * textmodes/org.el (org-special-keyword): New face.
148          (org-table-copy-down, org-table-eval-formula)          (org-table-copy-down, org-table-eval-formula)
149          (org-table-recalculate, org-init-section-numbers): Use          (org-table-recalculate, org-init-section-numbers):
150          `string-to-number' instead of `string-to-int'.          Use `string-to-number' instead of `string-to-int'.
151          (org-get-location): Use `insert-buffer-substring' instead of          (org-get-location): Use `insert-buffer-substring' instead of
152          `insert-buffer'.          `insert-buffer'.
153          (org-modify-diary-entry-string): New function.          (org-modify-diary-entry-string): New function.
154          (org-get-entries-from-diary): Set the hook for          (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
         `add-to-diary-list'.  
155          (org-disable-agenda-to-diary): Rename from `org-disable-diary'.          (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
156          (org-toggle-fixed-width-section): Use QUOTE keyword if there is no          (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
157          active region.          active region.
# Line 222  Line 220 
220          * man.el (Man-init-defvars, Man-translate-references)          * man.el (Man-init-defvars, Man-translate-references)
221          (Man-support-local-filenames, Man-highlight-references):          (Man-support-local-filenames, Man-highlight-references):
222          * progmodes/sql.el (sql-interactive-mode):          * progmodes/sql.el (sql-interactive-mode):
223          * shell.el (shell-mode, shell-resync-dirs): Fix typos in          * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
         docstrings.  
224    
225          * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)          * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
226          (compilation-mode-font-lock-keywords): Add defvars.          (compilation-mode-font-lock-keywords): Add defvars.
# Line 239  Line 236 
236          (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)          (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
237          (mouse-delete-window): Make arguments optional.          (mouse-delete-window): Make arguments optional.
238    
239          * obsolete/rnews.el (news-add-news-group): Don't use          * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
         `end-of-line'.  
240          (caesar-translate-table, minor-modes, news-buffer-save)          (caesar-translate-table, minor-modes, news-buffer-save)
241          (news-group-name, news-minor-modes): Add defvars.          (news-group-name, news-minor-modes): Add defvars.
242    
# Line 280  Line 276 
276    
277  2005-08-28  John Paul Wallington  <jpw@gnu.org>  2005-08-28  John Paul Wallington  <jpw@gnu.org>
278    
279          * ibuf-ext.el (ibuffer-auto-update-changed): Use          * ibuf-ext.el (ibuffer-auto-update-changed):
280          `frame-or-buffer-changed-p' to check whether we need to update.          Use `frame-or-buffer-changed-p' to check whether we need to update.
281          (ibuffer-auto-mode): Don't advise `get-buffer-create' and          (ibuffer-auto-mode): Don't advise `get-buffer-create' and
282          `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'          `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
283          as a `frame-or-buffer-changed-p' state vector instead.          as a `frame-or-buffer-changed-p' state vector instead.
284    
285  2005-08-27  Romain Francoise  <romain@orebokech.com>  2005-08-27  Romain Francoise  <romain@orebokech.com>
286    
287          * textmodes/makeinfo.el (makeinfo-compile): Use          * textmodes/makeinfo.el (makeinfo-compile):
288          `compilation-start'.  Set `next-error-function' according to          Use `compilation-start'.  Set `next-error-function' according to
289          `disable-errors'.          `disable-errors'.
290          (makeinfo-next-error): New function.          (makeinfo-next-error): New function.
291          (makeinfo-region): Adjust to new `makeinfo-compile' prototype.          (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
# Line 311  Line 307 
307    
308  2005-08-26  John Wiegley  <johnw@newartisans.com>  2005-08-26  John Wiegley  <johnw@newartisans.com>
309    
310          * eshell/esh-cmd.el (eshell-rewrite-named-command): Changed the          * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
311          code around a bit so that an extraneous nil argument is not added          code around a bit so that an extraneous nil argument is not added
312          to a command when no args are given.          to a command when no args are given.
313    

Legend:
Removed from v.1.8137  
changed lines
  Added in v.1.8138

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26