diff options
| author | Stefan Monnier | 2005-09-01 14:18:42 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-09-01 14:18:42 +0000 |
| commit | bdb4d6d8ab71fb64ed7ae8a37d40bc8dacb5c9bb (patch) | |
| tree | 94e55a2cba6247288885495762f908b6c3d7593f | |
| parent | 70cc95c4d64fa4357157b696c006e8e302207e23 (diff) | |
| download | emacs-bdb4d6d8ab71fb64ed7ae8a37d40bc8dacb5c9bb.tar.gz emacs-bdb4d6d8ab71fb64ed7ae8a37d40bc8dacb5c9bb.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 90 | ||||
| -rw-r--r-- | src/ChangeLog | 25 |
2 files changed, 58 insertions, 57 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 52ae9b73806..9876442dc9e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,28 +1,35 @@ | |||
| 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. |
| @@ -32,32 +39,25 @@ | |||
| 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. |
| @@ -122,8 +122,7 @@ | |||
| 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 | ||
| @@ -147,13 +146,12 @@ | |||
| 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. |
| @@ -222,8 +220,7 @@ | |||
| 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. |
| @@ -239,8 +236,7 @@ | |||
| 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 | ||
| @@ -280,16 +276,16 @@ | |||
| 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. |
| @@ -311,7 +307,7 @@ | |||
| 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 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 5fcbddf7706..09a3ba2d825 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * dispnew.c (window_to_frame_hpos, update_window): | ||
| 4 | Avoid gcc warning about unused variable `f'. | ||
| 5 | |||
| 1 | 2005-08-31 Jason Rumney <jasonr@gnu.org> | 6 | 2005-08-31 Jason Rumney <jasonr@gnu.org> |
| 2 | 7 | ||
| 3 | * w32menu.c (add_menu_item): If unicode_append_menu returns an | 8 | * w32menu.c (add_menu_item): If unicode_append_menu returns an |
| @@ -5,13 +10,13 @@ | |||
| 5 | 10 | ||
| 6 | 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 11 | 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 7 | 12 | ||
| 8 | * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All | 13 | * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. |
| 9 | uses changed. | 14 | All uses changed. |
| 10 | [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common | 15 | [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common |
| 11 | cases. | 16 | cases. |
| 12 | (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image. | 17 | (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image. |
| 13 | [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef. Use | 18 | [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef. |
| 14 | posix_pathname_to_fsspec. | 19 | Use posix_pathname_to_fsspec. |
| 15 | [MAC_OS] (xpm_load_image): Fill in background_transparent field | 20 | [MAC_OS] (xpm_load_image): Fill in background_transparent field |
| 16 | while we have mask. | 21 | while we have mask. |
| 17 | 22 | ||
| @@ -133,7 +138,8 @@ | |||
| 133 | 138 | ||
| 134 | 2005-08-14 Richard M. Stallman <rms@gnu.org> | 139 | 2005-08-14 Richard M. Stallman <rms@gnu.org> |
| 135 | 140 | ||
| 136 | * image.c (syms_of_image): Init Qxbm, Qpbm before calling define_image_type. | 141 | * image.c (syms_of_image): Init Qxbm, Qpbm before calling |
| 142 | define_image_type. | ||
| 137 | 143 | ||
| 138 | 2005-08-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 144 | 2005-08-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 139 | 145 | ||
| @@ -149,7 +155,8 @@ | |||
| 149 | 155 | ||
| 150 | 2005-08-11 Richard M. Stallman <rms@gnu.org> | 156 | 2005-08-11 Richard M. Stallman <rms@gnu.org> |
| 151 | 157 | ||
| 152 | * image.c (syms_of_image): Init image_types here, and call define_image_type. | 158 | * image.c (syms_of_image): Init image_types here, and call |
| 159 | define_image_type. | ||
| 153 | (init_image): Not here. | 160 | (init_image): Not here. |
| 154 | 161 | ||
| 155 | 2005-08-09 Richard M. Stallman <rms@gnu.org> | 162 | 2005-08-09 Richard M. Stallman <rms@gnu.org> |
| @@ -272,8 +279,7 @@ | |||
| 272 | 279 | ||
| 273 | * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes. | 280 | * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes. |
| 274 | 281 | ||
| 275 | * macselect.c (Fx_own_selection_internal): Follow error | 282 | * macselect.c (Fx_own_selection_internal): Follow error conventions. |
| 276 | conventions. | ||
| 277 | (Fx_get_selection_internal, Fx_selection_owner_p) | 283 | (Fx_get_selection_internal, Fx_selection_owner_p) |
| 278 | (Fx_selection_exists_p): Doc fixes. | 284 | (Fx_selection_exists_p): Doc fixes. |
| 279 | (syms_of_macselect) <selection-converter-alist>: Likewise. | 285 | (syms_of_macselect) <selection-converter-alist>: Likewise. |
| @@ -330,8 +336,7 @@ | |||
| 330 | 336 | ||
| 331 | 2005-07-19 Kenichi Handa <handa@m17n.org> | 337 | 2005-07-19 Kenichi Handa <handa@m17n.org> |
| 332 | 338 | ||
| 333 | * fns.c (Fstring_as_multibyte): Escape backslashes in the | 339 | * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring. |
| 334 | docstring. | ||
| 335 | 340 | ||
| 336 | 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca> | 341 | 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 337 | 342 | ||