diff options
| author | Stefan Monnier | 2007-06-08 21:57:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-06-08 21:57:46 +0000 |
| commit | e0602e9ad78b9cbcad25856b95da1705e1d35659 (patch) | |
| tree | 94c6770270531b288a5bd3c2b3bffec563e9ea0c | |
| parent | 977f6cfb17e96a49f0998dece38da6fce302d0ab (diff) | |
| download | emacs-e0602e9ad78b9cbcad25856b95da1705e1d35659.tar.gz emacs-e0602e9ad78b9cbcad25856b95da1705e1d35659.zip | |
(css-navigation-syntax-table):
Use set-char-table-range so it also works in the unicode branch.
| -rw-r--r-- | lisp/ChangeLog | 57 | ||||
| -rw-r--r-- | lisp/textmodes/css-mode.el | 2 |
2 files changed, 31 insertions, 28 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a9c0ef5e87..0250180b176 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * textmodes/css-mode.el (css-navigation-syntax-table): | ||
| 4 | Use set-char-table-range so it also works in the unicode branch. | ||
| 5 | |||
| 1 | 2007-06-08 Nick Roberts <nickrob@snap.net.nz> | 6 | 2007-06-08 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 7 | ||
| 3 | * help-mode.el (help-xref-forward-stack) | 8 | * help-mode.el (help-xref-forward-stack) |
| @@ -32,8 +37,8 @@ | |||
| 32 | * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option | 37 | * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option |
| 33 | `make-local'. | 38 | `make-local'. |
| 34 | (byte-compile-warnings-safe-p): Add `make-local'. | 39 | (byte-compile-warnings-safe-p): Add `make-local'. |
| 35 | (byte-compile-make-variable-buffer-local): Allow | 40 | (byte-compile-make-variable-buffer-local): |
| 36 | byte-compile-warnings to suppress this warning. | 41 | Allow byte-compile-warnings to suppress this warning. |
| 37 | 42 | ||
| 38 | * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new | 43 | * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new |
| 39 | format of "menu" description. | 44 | format of "menu" description. |
| @@ -100,8 +105,8 @@ | |||
| 100 | (org-table-fedit-shift-reference, org-table-fedit-abort) | 105 | (org-table-fedit-shift-reference, org-table-fedit-abort) |
| 101 | (org-closest-date, org-shiftcontrolleft) | 106 | (org-closest-date, org-shiftcontrolleft) |
| 102 | (org-at-heading-or-item-p, org-rematch-and-replace) | 107 | (org-at-heading-or-item-p, org-rematch-and-replace) |
| 103 | (org-agenda-todo-nextset, org-export-grab-title-from-buffer): New | 108 | (org-agenda-todo-nextset, org-export-grab-title-from-buffer): |
| 104 | function. | 109 | New functions. |
| 105 | (org-table-edit-scroll-down, org-finish-edit-formulas) | 110 | (org-table-edit-scroll-down, org-finish-edit-formulas) |
| 106 | (org-table-edit-next-field, org-abort-edit-formulas) | 111 | (org-table-edit-next-field, org-abort-edit-formulas) |
| 107 | (org-font-lock-level, org-export-find-first-heading-line) | 112 | (org-font-lock-level, org-export-find-first-heading-line) |
| @@ -112,8 +117,8 @@ | |||
| 112 | (org-agenda-file-to-end, org-expand-file-name) | 117 | (org-agenda-file-to-end, org-expand-file-name) |
| 113 | (org-fake-empty-table-line, org-table-edit-scroll) | 118 | (org-fake-empty-table-line, org-table-edit-scroll) |
| 114 | (org-toggle-log-option, org-show-reference): Function removed. | 119 | (org-toggle-log-option, org-show-reference): Function removed. |
| 115 | (org-inhibit-invisibility, org-table-formula-make-cmp-string): New | 120 | (org-inhibit-invisibility, org-table-formula-make-cmp-string): |
| 116 | defsubst. | 121 | New defsubsts. |
| 117 | (org-unmodified, org-batch-store-agenda-views) | 122 | (org-unmodified, org-batch-store-agenda-views) |
| 118 | (org-batch-agenda-csv): New macro. | 123 | (org-batch-agenda-csv): New macro. |
| 119 | (org-agenda-export): New customization group. | 124 | (org-agenda-export): New customization group. |
| @@ -145,32 +150,30 @@ | |||
| 145 | (org-todo-kwd-priority-p, org-edit-formulas-map) | 150 | (org-todo-kwd-priority-p, org-edit-formulas-map) |
| 146 | (org-repeat-re, org-todo-kwd-max-priority) | 151 | (org-repeat-re, org-todo-kwd-max-priority) |
| 147 | (org-version, org-done-string) | 152 | (org-version, org-done-string) |
| 148 | (org-table-clean-did-remove-column-1, org-disputed-keys): Variable | 153 | (org-table-clean-did-remove-column-1, org-disputed-keys): |
| 149 | removed. | 154 | Remove Variables. |
| 150 | (org-table-translate-regexp, org-repeat-re, org-version): New | 155 | (org-table-translate-regexp, org-repeat-re, org-version): New consts. |
| 151 | constant. | ||
| 152 | (org-ts-lengths): Constant removed. | 156 | (org-ts-lengths): Constant removed. |
| 153 | (org-follow-gnus-link): Don't ask how many articles to read. | 157 | (org-follow-gnus-link): Don't ask how many articles to read. |
| 154 | (org-export-find-first-export-line): Renamed from | 158 | (org-export-find-first-export-line): Rename from |
| 155 | `org-export-find-first-heading'. Use | 159 | `org-export-find-first-heading'. |
| 156 | `org-export-skip-text-before-1st-heading'. | 160 | Use `org-export-skip-text-before-1st-heading'. |
| 157 | (org-table-fedit-post-command): Renamed from | 161 | (org-table-fedit-post-command): Rename from |
| 158 | `org-table-edit-formulas-post-command'. | 162 | `org-table-edit-formulas-post-command'. |
| 159 | (org-table-fedit-finish): Renamed from `org-finish-edit-formulas'. | 163 | (org-table-fedit-finish): Rename from `org-finish-edit-formulas'. |
| 160 | (org-table-fedit-abort): Renamed from `org-abort-edit-formulas'. | 164 | (org-table-fedit-abort): Rename from `org-abort-edit-formulas'. |
| 161 | (org-table-fedit-lisp-indent): Renamed from | 165 | (org-table-fedit-lisp-indent): Rename from |
| 162 | `org-edit-formula-lisp-indent'. | 166 | `org-edit-formula-lisp-indent'. |
| 163 | (org-table-show-reference): Renamed from `org-show-reference'. | 167 | (org-table-show-reference): Rename from `org-show-reference'. |
| 164 | (org-table-store-formulas): Use `org-table-formula-less-p'. | 168 | (org-table-store-formulas): Use `org-table-formula-less-p'. |
| 165 | (org-table-edit-formulas): Position cursor to current field | 169 | (org-table-edit-formulas): Position cursor to current field equation. |
| 166 | equation. | ||
| 167 | (org-update-checkbox-count, org-hide-archived-subtrees) | 170 | (org-update-checkbox-count, org-hide-archived-subtrees) |
| 168 | (org-timestamp-up-day, org-timestamp-down-day) | 171 | (org-timestamp-up-day, org-timestamp-down-day) |
| 169 | (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup) | 172 | (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup) |
| 170 | (org-shiftmetadown, org-metaleft, org-metaright, org-metaup) | 173 | (org-shiftmetadown, org-metaleft, org-metaright, org-metaup) |
| 171 | (org-metadown, org-shiftup, org-shiftdown, org-shiftright) | 174 | (org-metadown, org-shiftup, org-shiftdown, org-shiftright) |
| 172 | (org-shiftleft, org-ctrl-c-ctrl-c, org-context): Let | 175 | (org-shiftleft, org-ctrl-c-ctrl-c, org-context): |
| 173 | `org-on-heading-p' also check for invisible heading. | 176 | Let `org-on-heading-p' also check for invisible heading. |
| 174 | (org-read-date): Match am/pm times. | 177 | (org-read-date): Match am/pm times. |
| 175 | (org-eval-in-calendar): Fix default date in prompt. | 178 | (org-eval-in-calendar): Fix default date in prompt. |
| 176 | 179 | ||
| @@ -405,8 +408,8 @@ | |||
| 405 | 408 | ||
| 406 | 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) | 409 | 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) |
| 407 | 410 | ||
| 408 | * mail/mail-extr.el (mail-extract-address-components): Recognize | 411 | * mail/mail-extr.el (mail-extract-address-components): |
| 409 | non-ASCII characters except for NBSP as words. | 412 | Recognize non-ASCII characters except for NBSP as words. |
| 410 | 413 | ||
| 411 | 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change) | 414 | 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change) |
| 412 | 415 | ||
| @@ -417,8 +420,8 @@ | |||
| 417 | 2007-05-21 Chong Yidong <cyd@stupidchicken.com> | 420 | 2007-05-21 Chong Yidong <cyd@stupidchicken.com> |
| 418 | 421 | ||
| 419 | * image-mode.el (image-toggle-display): Don't clear image cache. | 422 | * image-mode.el (image-toggle-display): Don't clear image cache. |
| 420 | Only use filename in image spec if the file is readable. Call | 423 | Only use filename in image spec if the file is readable. |
| 421 | image-refresh. | 424 | Call image-refresh. |
| 422 | 425 | ||
| 423 | * image.el (image-type-from-file-name, image-type): Simplify. | 426 | * image.el (image-type-from-file-name, image-type): Simplify. |
| 424 | (image-type-auto-detected-p): Don't scan auto-mode-alist. | 427 | (image-type-auto-detected-p): Don't scan auto-mode-alist. |
| @@ -465,7 +468,7 @@ | |||
| 465 | 468 | ||
| 466 | 2007-05-18 Rob Riepel <riepel@Stanford.EDU> | 469 | 2007-05-18 Rob Riepel <riepel@Stanford.EDU> |
| 467 | 470 | ||
| 468 | * emulation/tpu-edt.el (CSI-map, SS3-map): Moved from global-map to | 471 | * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to |
| 469 | tpu-global-map. | 472 | tpu-global-map. |
| 470 | (tpu-original-global-map): Variable deleted. | 473 | (tpu-original-global-map): Variable deleted. |
| 471 | (tpu-control-keys-map): New keymap variable. | 474 | (tpu-control-keys-map): New keymap variable. |
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 8bf9ac2ee96..00a438a3e95 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -347,7 +347,7 @@ | |||
| 347 | (map-char-table (lambda (c v) | 347 | (map-char-table (lambda (c v) |
| 348 | ;; Turn punctuation (code = 1) into symbol (code = 1). | 348 | ;; Turn punctuation (code = 1) into symbol (code = 1). |
| 349 | (if (eq (car-safe v) 1) | 349 | (if (eq (car-safe v) 1) |
| 350 | (aset st c (cons 3 (cdr v))))) | 350 | (set-char-table-range st c (cons 3 (cdr v))))) |
| 351 | st) | 351 | st) |
| 352 | st)) | 352 | st)) |
| 353 | 353 | ||