comparison lisp/ChangeLog @ 65310:efcffd1c5434

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 01 Sep 2005 14:18:42 +0000
parents 379e08762d65
children 915d671fef52
comparison
equal deleted inserted replaced
65309:f740c5937479 65310:efcffd1c5434
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
1 2005-08-31 Michael Albinus <michael.albinus@gmx.de> 12 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2 13
3 * net/tramp.el (tramp-handle-make-auto-save-file-name): Deactivate 14 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4 temporarily advice if active (not needed for Emacs 22, but for 15 Deactivate temporarily advice if active (not needed for Emacs 22,
5 backwards compatibility). 16 but for backwards compatibility).
6 (tramp-exists-file-name-handler): Rewrite. First implementation 17 (tramp-exists-file-name-handler): Rewrite. First implementation
7 was too simple. 18 was too simple.
8 (tramp-advice-make-auto-save-file-name): Call 19 (tramp-advice-make-auto-save-file-name):
9 `tramp-handle-make-auto-save-file-name' (again, just for backwards 20 Call `tramp-handle-make-auto-save-file-name' (again, just for
10 compatibility). 21 backwards compatibility).
11 22
12 2005-08-31 Reto Zimmermann <reto@gnu.org> 23 2005-08-31 Reto Zimmermann <reto@gnu.org>
13 24
14 * progmodes/vhdl-mode.el 25 * progmodes/vhdl-mode.el
15 (vhdl-update-sensitivity-list): Handle multi-dimensional array 26 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
16 access.
17 (vhdl-end-p): Fix indentation bug "else" after "-- when". 27 (vhdl-end-p): Fix indentation bug "else" after "-- when".
18 (vhdl-set-default-project): New function (easier setting of 28 (vhdl-set-default-project): New function (easier setting of default).
19 default).
20 (vhdl-port-copy): Handle extended identifiers for generics. 29 (vhdl-port-copy): Handle extended identifiers for generics.
21 (vhdl-compiler-alist): Better description for error message 30 (vhdl-compiler-alist): Better description for error message regexp.
22 regexp.
23 (vhdl-make): Query for target, use previous as default. 31 (vhdl-make): Query for target, use previous as default.
24 (vhdl-port-copy): Fix port copy for port names starting with 32 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25 "signal".
26 (vhdl-font-lock-keywords-2): Fix fontification for record 33 (vhdl-font-lock-keywords-2): Fix fontification for record
27 el. assign. 34 el. assign.
28 (vhdl-speedbar-make-subpack-line): Add package body link. 35 (vhdl-speedbar-make-subpack-line): Add package body link.
29 (vhdl-generate-makefile-1): Not include itself as dependency. 36 (vhdl-generate-makefile-1): Not include itself as dependency.
30 (vhdl-font-lock-init): Highlight c-preprocessor directives. 37 (vhdl-font-lock-init): Highlight c-preprocessor directives.
31 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives. 38 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
32 (vhdl-get-syntactic-context): Handle c-preprocessor directives. 39 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
33 (vhdl-update-sensitivity-list): Start scan at opening parenthesis. 40 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
34 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop). 41 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
35 (vhdl-update-sensitivity-list-buffer): Add string argument for 42 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
36 `error'.
37 (vhdl-import-project): Add string argument for `error'. 43 (vhdl-import-project): Add string argument for `error'.
38 (vhdl-compose-configuration, 44 (vhdl-compose-configuration)
39 vhdl-compose-configuration-architecture): Add configuration 45 (vhdl-compose-configuration-architecture): Add configuration
40 declaration generation. 46 declaration generation.
41 (vhdl-scan-directory-contents): Scan for block/generate hierarchy. 47 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
42 (vhdl-trailer-re): Add "record" keyword (better indentation). 48 (vhdl-trailer-re): Add "record" keyword (better indentation).
43 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of 49 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
44 "[^ \t-\"]+". 50 "[^ \t-\"]+".
45 (vhdl-font-lock-keywords-2): Not highlight formal parameter after 51 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
46 '|'. 52 (vhdl-testbench-entity-file-name)
47 (vhdl-testbench-entity-file-name, 53 (vhdl-testbench-architecture-file-name): Allow separate
48 vhdl-testbench-architecture-file-name): Allow separate
49 customization of testbench file names. 54 customization of testbench file names.
50 (vhdl-beginning-of-block): Handle optional subprogram parameter 55 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
51 list. 56 (vhdl-get-visible-signals): Allow newline within alias declaration.
52 (vhdl-get-visible-signals): Allow newline within alias 57 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
53 declaration. 58 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
54 (vhdl-update-sensitivity-list): Signal read only on certain
55 attributes.
56 (vhdl-fixup-whitespace-region): Fix bug with strings (double
57 quotes).
58 (member-ignore-case): Alias for missing function in XEmacs. 59 (member-ignore-case): Alias for missing function in XEmacs.
59 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence 60 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
60 NC.
61 (vhdl-update-sensitivity-list): Ignore case on read signals. 61 (vhdl-update-sensitivity-list): Ignore case on read signals.
62 (vhdl-replace-string): Adjust case only for file names. 62 (vhdl-replace-string): Adjust case only for file names.
63 (vhdl-update-sensitivity-list): Fix search for read signals. 63 (vhdl-update-sensitivity-list): Fix search for read signals.
64 (vhdl-update-sensitivity-list): Exclude formal parameters. 64 (vhdl-update-sensitivity-list): Exclude formal parameters.
65 (vhdl-get-visible-signals): Include aliases of signals. 65 (vhdl-get-visible-signals): Include aliases of signals.
120 (reftex-toc-include-labels-indicator) 120 (reftex-toc-include-labels-indicator)
121 (reftex-toc-include-index-indicator) 121 (reftex-toc-include-index-indicator)
122 (reftex-toc-max-level-indicator): Move up declarations. 122 (reftex-toc-max-level-indicator): Move up declarations.
123 123
124 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list 124 * 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 125 of args to `tramp-run-real-handler', even if it's empty in this case.
126 case.
127 126
128 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 127 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
129 128
130 * dired.el (dired-move-to-filename-regexp): Add date format for 129 * dired.el (dired-move-to-filename-regexp): Add date format for
131 Mac OS X 10.3 in East Asian locales. 130 Mac OS X 10.3 in East Asian locales.
145 144
146 2005-08-30 Carsten Dominik <dominik@science.uva.nl> 145 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
147 146
148 * textmodes/org.el (org-special-keyword): New face. 147 * textmodes/org.el (org-special-keyword): New face.
149 (org-table-copy-down, org-table-eval-formula) 148 (org-table-copy-down, org-table-eval-formula)
150 (org-table-recalculate, org-init-section-numbers): Use 149 (org-table-recalculate, org-init-section-numbers):
151 `string-to-number' instead of `string-to-int'. 150 Use `string-to-number' instead of `string-to-int'.
152 (org-get-location): Use `insert-buffer-substring' instead of 151 (org-get-location): Use `insert-buffer-substring' instead of
153 `insert-buffer'. 152 `insert-buffer'.
154 (org-modify-diary-entry-string): New function. 153 (org-modify-diary-entry-string): New function.
155 (org-get-entries-from-diary): Set the hook for 154 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
156 `add-to-diary-list'.
157 (org-disable-agenda-to-diary): Rename from `org-disable-diary'. 155 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
158 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no 156 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
159 active region. 157 active region.
160 (org-export-as-html): Handle QUOTE keyword. 158 (org-export-as-html): Handle QUOTE keyword.
161 (org-quote-string): New option. 159 (org-quote-string): New option.
220 2005-08-29 Juanma Barranquero <lekktu@gmail.com> 218 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
221 219
222 * man.el (Man-init-defvars, Man-translate-references) 220 * man.el (Man-init-defvars, Man-translate-references)
223 (Man-support-local-filenames, Man-highlight-references): 221 (Man-support-local-filenames, Man-highlight-references):
224 * progmodes/sql.el (sql-interactive-mode): 222 * progmodes/sql.el (sql-interactive-mode):
225 * shell.el (shell-mode, shell-resync-dirs): Fix typos in 223 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
226 docstrings.
227 224
228 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist) 225 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
229 (compilation-mode-font-lock-keywords): Add defvars. 226 (compilation-mode-font-lock-keywords): Add defvars.
230 (checkdoc-interactive-loop): "?\ " -> "?\s". 227 (checkdoc-interactive-loop): "?\ " -> "?\s".
231 228
237 * obsolete/sun-fns.el (mouse-select-or-drag-move-point): 234 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
238 Don't pass X and Y (they are ignored anyway). 235 Don't pass X and Y (they are ignored anyway).
239 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows) 236 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
240 (mouse-delete-window): Make arguments optional. 237 (mouse-delete-window): Make arguments optional.
241 238
242 * obsolete/rnews.el (news-add-news-group): Don't use 239 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
243 `end-of-line'.
244 (caesar-translate-table, minor-modes, news-buffer-save) 240 (caesar-translate-table, minor-modes, news-buffer-save)
245 (news-group-name, news-minor-modes): Add defvars. 241 (news-group-name, news-minor-modes): Add defvars.
246 242
247 * emacs-lisp/lselect.el (mouse-highlight-priority) 243 * emacs-lisp/lselect.el (mouse-highlight-priority)
248 (x-lost-selection-functions, zmacs-regions): 244 (x-lost-selection-functions, zmacs-regions):
278 * obsolete/scribe.el (compile-command): 274 * obsolete/scribe.el (compile-command):
279 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars. 275 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
280 276
281 2005-08-28 John Paul Wallington <jpw@gnu.org> 277 2005-08-28 John Paul Wallington <jpw@gnu.org>
282 278
283 * ibuf-ext.el (ibuffer-auto-update-changed): Use 279 * ibuf-ext.el (ibuffer-auto-update-changed):
284 `frame-or-buffer-changed-p' to check whether we need to update. 280 Use `frame-or-buffer-changed-p' to check whether we need to update.
285 (ibuffer-auto-mode): Don't advise `get-buffer-create' and 281 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
286 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed' 282 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
287 as a `frame-or-buffer-changed-p' state vector instead. 283 as a `frame-or-buffer-changed-p' state vector instead.
288 284
289 2005-08-27 Romain Francoise <romain@orebokech.com> 285 2005-08-27 Romain Francoise <romain@orebokech.com>
290 286
291 * textmodes/makeinfo.el (makeinfo-compile): Use 287 * textmodes/makeinfo.el (makeinfo-compile):
292 `compilation-start'. Set `next-error-function' according to 288 Use `compilation-start'. Set `next-error-function' according to
293 `disable-errors'. 289 `disable-errors'.
294 (makeinfo-next-error): New function. 290 (makeinfo-next-error): New function.
295 (makeinfo-region): Adjust to new `makeinfo-compile' prototype. 291 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
296 (makeinfo-buffer): Likewise. 292 (makeinfo-buffer): Likewise.
297 293
309 * eshell/esh-ext.el (eshell-windows-shell-file): Look for 305 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
310 command.com, not command.exe. 306 command.com, not command.exe.
311 307
312 2005-08-26 John Wiegley <johnw@newartisans.com> 308 2005-08-26 John Wiegley <johnw@newartisans.com>
313 309
314 * eshell/esh-cmd.el (eshell-rewrite-named-command): Changed the 310 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
315 code around a bit so that an extraneous nil argument is not added 311 code around a bit so that an extraneous nil argument is not added
316 to a command when no args are given. 312 to a command when no args are given.
317 313
318 * eshell/esh-arg.el (eshell-parse-double-quote): If a 314 * eshell/esh-arg.el (eshell-parse-double-quote): If a
319 double-quoted argument resolves to nil, return it as an empty 315 double-quoted argument resolves to nil, return it as an empty