diff options
| author | Stefan Monnier | 2003-09-25 21:13:19 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-09-25 21:13:19 +0000 |
| commit | 7146d1c1a89efee92131fafcfba06fae69989641 (patch) | |
| tree | 78e0937810c063e47722533a022a4a75ea913b9a | |
| parent | ca716c26d4ff1b5a27ca8b9c4eff2559f14a7793 (diff) | |
| download | emacs-7146d1c1a89efee92131fafcfba06fae69989641.tar.gz emacs-7146d1c1a89efee92131fafcfba06fae69989641.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 170 | ||||
| -rw-r--r-- | src/ChangeLog | 24 |
2 files changed, 93 insertions, 101 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db562e565ad..e90efe2dd7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> | 13 | 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 14 | 14 | ||
| 15 | * progmodes/cc-engine.el (c-parse-state): Fixed bug that could | 15 | * progmodes/cc-engine.el (c-parse-state): Fix bug that could |
| 16 | cause errors when the state cache contains info on parts that have | 16 | cause errors when the state cache contains info on parts that have |
| 17 | been narrowed out. | 17 | been narrowed out. |
| 18 | 18 | ||
| @@ -23,13 +23,13 @@ | |||
| 23 | changed; it doesn't work to reinitialize the mode since that | 23 | changed; it doesn't work to reinitialize the mode since that |
| 24 | typically clobbers the variable. | 24 | typically clobbers the variable. |
| 25 | 25 | ||
| 26 | * progmodes/cc-styles.el (c-setup-paragraph-variables): Made it | 26 | * progmodes/cc-styles.el (c-setup-paragraph-variables): |
| 27 | interactive. | 27 | Make it interactive. |
| 28 | 28 | ||
| 29 | 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> | 29 | 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 30 | 30 | ||
| 31 | * progmodes/cc-fonts.el (c-font-lock-declarations): Fixed | 31 | * progmodes/cc-fonts.el (c-font-lock-declarations): |
| 32 | recognition of constructors and destructors for classes whose | 32 | Fix recognition of constructors and destructors for classes whose |
| 33 | names are matched by `*-font-lock-extra-types'. | 33 | names are matched by `*-font-lock-extra-types'. |
| 34 | 34 | ||
| 35 | * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is | 35 | * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is |
| @@ -37,26 +37,25 @@ | |||
| 37 | 37 | ||
| 38 | 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> | 38 | 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 39 | 39 | ||
| 40 | * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fixed eob | 40 | * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob |
| 41 | problem that primarily affected XEmacs. Don't use faces to find | 41 | problem that primarily affected XEmacs. Don't use faces to find |
| 42 | unterminated strings since Emacs and XEmacs fontify strings | 42 | unterminated strings since Emacs and XEmacs fontify strings |
| 43 | differently - this function should now work better in XEmacs. | 43 | differently - this function should now work better in XEmacs. |
| 44 | 44 | ||
| 45 | 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> | 45 | 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 46 | 46 | ||
| 47 | * progmodes/cc-cmds.el (c-electric-brace): Fixed a bug in the | 47 | * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the |
| 48 | `expand-abbrev' workaround which caused braces to disbehave inside | 48 | `expand-abbrev' workaround which caused braces to misbehave inside |
| 49 | macros. | 49 | macros. |
| 50 | 50 | ||
| 51 | * progmodes/cc-engine.el (c-forward-keyword-clause): Fixed error | 51 | * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error |
| 52 | handling. This bug could cause interactive font locking to bail | 52 | handling. This bug could cause interactive font locking to bail out. |
| 53 | out. | ||
| 54 | 53 | ||
| 55 | 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> | 54 | 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 56 | 55 | ||
| 57 | * progmodes/cc-engine.el (c-just-after-func-arglist-p): Handle | 56 | * progmodes/cc-engine.el (c-just-after-func-arglist-p): |
| 58 | paren-style types in Pike. Also fixed some cases of insufficient | 57 | Handle paren-style types in Pike. Also fixed some cases of |
| 59 | handling of unbalanced parens. | 58 | insufficient handling of unbalanced parens. |
| 60 | 59 | ||
| 61 | 2003-09-24 Andre Spiegel <spiegel@gnu.org> | 60 | 2003-09-24 Andre Spiegel <spiegel@gnu.org> |
| 62 | 61 | ||
| @@ -65,18 +64,14 @@ | |||
| 65 | 64 | ||
| 66 | 2003-09-24 Kenichi Handa <handa@m17n.org> | 65 | 2003-09-24 Kenichi Handa <handa@m17n.org> |
| 67 | 66 | ||
| 68 | * language/devan-util.el (devanagari-post-read-conversion): Add | 67 | * language/devan-util.el (devanagari-post-read-conversion): |
| 69 | autoload cookie. | 68 | * language/mlm-util.el (malayalam-post-read-conversion): |
| 70 | 69 | * language/tml-util.el (tamil-post-read-conversion): | |
| 71 | * language/mlm-util.el (malayalam-post-read-conversion): Add | 70 | Add autoload cookie. |
| 72 | autoload cookie. | ||
| 73 | |||
| 74 | * language/tml-util.el (tamil-post-read-conversion): Add autoload | ||
| 75 | cookie. | ||
| 76 | 71 | ||
| 77 | * international/utf-8.el (utf-8-post-read-conversion): Call | 72 | * international/utf-8.el (utf-8-post-read-conversion): |
| 78 | post-read-conversion functions for Devanagari, Malayalam, and | 73 | Call post-read-conversion functions for Devanagari, Malayalam, |
| 79 | Tamil. | 74 | and Tamil. |
| 80 | 75 | ||
| 81 | 2003-09-23 Dave Love <fx@gnu.org> | 76 | 2003-09-23 Dave Love <fx@gnu.org> |
| 82 | 77 | ||
| @@ -89,8 +84,8 @@ | |||
| 89 | 84 | ||
| 90 | 2003-09-22 Richard M. Stallman <rms@gnu.org> | 85 | 2003-09-22 Richard M. Stallman <rms@gnu.org> |
| 91 | 86 | ||
| 92 | * progmodes/sh-script.el (sh-mode-default-syntax-table): | 87 | * progmodes/sh-script.el (sh-mode-default-syntax-table): |
| 93 | Renamed from sh-mode-syntax-table. Call sh-mode-syntax-table directly. | 88 | Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly. |
| 94 | (sh-mode-syntax-table-input): New variable. | 89 | (sh-mode-syntax-table-input): New variable. |
| 95 | (sh-require-final-newline): Don't use eval. | 90 | (sh-require-final-newline): Don't use eval. |
| 96 | (sh-builtins, sh-leading-keywords, sh-other-keywords) | 91 | (sh-builtins, sh-leading-keywords, sh-other-keywords) |
| @@ -110,7 +105,7 @@ | |||
| 110 | 105 | ||
| 111 | 2003-09-22 Richard M. Stallman <rms@gnu.org> | 106 | 2003-09-22 Richard M. Stallman <rms@gnu.org> |
| 112 | 107 | ||
| 113 | * woman.el (woman-file-name, woman-follow-word): | 108 | * woman.el (woman-file-name, woman-follow-word): |
| 114 | If current-word returns nil, use "". | 109 | If current-word returns nil, use "". |
| 115 | 110 | ||
| 116 | * simple.el (eval-expression): Bind standard-output in to-buffer case. | 111 | * simple.el (eval-expression): Bind standard-output in to-buffer case. |
| @@ -122,8 +117,8 @@ | |||
| 122 | 117 | ||
| 123 | 2003-09-22 Jari Aalto <jari.aalto@poboxes.com> | 118 | 2003-09-22 Jari Aalto <jari.aalto@poboxes.com> |
| 124 | 119 | ||
| 125 | * emacs-lisp/lisp-mnt.el (lm-get-header-re): Added | 120 | * emacs-lisp/lisp-mnt.el (lm-get-header-re): |
| 126 | surrounding \\( and \\) around the header, as in | 121 | Add surrounding \\( and \\) around the header, as in |
| 127 | for lm-history-header 'Change Log\\|History'. | 122 | for lm-history-header 'Change Log\\|History'. |
| 128 | 123 | ||
| 129 | 2003-09-22 John Paul Wallington <jpw@gnu.org> | 124 | 2003-09-22 John Paul Wallington <jpw@gnu.org> |
| @@ -151,15 +146,15 @@ | |||
| 151 | 146 | ||
| 152 | * startup.el (command-line-1): Stop startup-echo-area-message | 147 | * startup.el (command-line-1): Stop startup-echo-area-message |
| 153 | being hidden by "Loading image..." message. | 148 | being hidden by "Loading image..." message. |
| 154 | (use-fancy-splash-screens-p, display-splash-screen): Move | 149 | (use-fancy-splash-screens-p, display-splash-screen): |
| 155 | display-graphic-p test from latter to former. | 150 | Move display-graphic-p test from latter to former. |
| 156 | 151 | ||
| 157 | * progmodes/sh-script.el (sh-font-lock-keywords): Highlight | 152 | * progmodes/sh-script.el (sh-font-lock-keywords): |
| 158 | escaped EOLs differently from other backslash constructs. | 153 | Highlight escaped EOLs differently from other backslash constructs. |
| 159 | 154 | ||
| 160 | 2003-09-19 Richard M. Stallman <rms@gnu.org> | 155 | 2003-09-19 Richard M. Stallman <rms@gnu.org> |
| 161 | 156 | ||
| 162 | * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status): | 157 | * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status): |
| 163 | New functions. | 158 | New functions. |
| 164 | (edebug-enter, edebug-outside-excursion): Use them. | 159 | (edebug-enter, edebug-outside-excursion): Use them. |
| 165 | 160 | ||
| @@ -167,7 +162,7 @@ | |||
| 167 | Fix the condition for whether to print "In WHERE". | 162 | Fix the condition for whether to print "In WHERE". |
| 168 | 163 | ||
| 169 | 2003-09-19 Jari Aalto <jari.aalto@poboxes.com> | 164 | 2003-09-19 Jari Aalto <jari.aalto@poboxes.com> |
| 170 | 165 | ||
| 171 | * finder.el (finder-mode-hook): New variable. | 166 | * finder.el (finder-mode-hook): New variable. |
| 172 | (finder-mode): Run hook finder-mode-hook | 167 | (finder-mode): Run hook finder-mode-hook |
| 173 | 168 | ||
| @@ -177,7 +172,7 @@ | |||
| 177 | 172 | ||
| 178 | 2003-09-17 Mario Lang <mlang@delysid.org> | 173 | 2003-09-17 Mario Lang <mlang@delysid.org> |
| 179 | 174 | ||
| 180 | * progmodes/gud.el (perldb): Change gud-print from just "%e" to | 175 | * progmodes/gud.el (perldb): Change gud-print from just "%e" to |
| 181 | "p %e" to actually print the value in the GUD buffer. | 176 | "p %e" to actually print the value in the GUD buffer. |
| 182 | 177 | ||
| 183 | 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu> | 178 | 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu> |
| @@ -218,6 +213,10 @@ | |||
| 218 | 213 | ||
| 219 | * hl-line.el: Documentation (comments-only) fix. | 214 | * hl-line.el: Documentation (comments-only) fix. |
| 220 | 215 | ||
| 216 | 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 217 | |||
| 218 | * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style. | ||
| 219 | |||
| 221 | 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change) | 220 | 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change) |
| 222 | 221 | ||
| 223 | * dired.el (dired-mode-map): Fix typo. | 222 | * dired.el (dired-mode-map): Fix typo. |
| @@ -229,8 +228,7 @@ | |||
| 229 | 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change) | 228 | 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change) |
| 230 | 229 | ||
| 231 | * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that | 230 | * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that |
| 232 | the function is less noisy. Now only `kill-buffer' can ask | 231 | the function is less noisy. Now only `kill-buffer' can ask questions. |
| 233 | questions. | ||
| 234 | 232 | ||
| 235 | 2003-09-10 Mario Lang <mlang@delysid.org> | 233 | 2003-09-10 Mario Lang <mlang@delysid.org> |
| 236 | 234 | ||
| @@ -245,7 +243,7 @@ | |||
| 245 | 243 | ||
| 246 | 2003-09-08 David Ponce <david@dponce.com> | 244 | 2003-09-08 David Ponce <david@dponce.com> |
| 247 | 245 | ||
| 248 | Ensure that recentf correctly update the menu bar. | 246 | Ensure that recentf correctly updates the menu bar. |
| 249 | * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix. | 247 | * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix. |
| 250 | (recentf-menu-bar): New function. | 248 | (recentf-menu-bar): New function. |
| 251 | (recentf-clear-data): Use it | 249 | (recentf-clear-data): Use it |
| @@ -260,7 +258,7 @@ | |||
| 260 | 2003-09-04 Mario Lang <mlang@delysid.org> | 258 | 2003-09-04 Mario Lang <mlang@delysid.org> |
| 261 | 259 | ||
| 262 | * battery.el (battery-linux-proc-acpi): New function. | 260 | * battery.el (battery-linux-proc-acpi): New function. |
| 263 | (battery-status-function): Modified default value calculation to also | 261 | (battery-status-function): Modify default value calculation to also |
| 264 | check for availability of ACPI. | 262 | check for availability of ACPI. |
| 265 | (battery-echo-area-format): Ditto. | 263 | (battery-echo-area-format): Ditto. |
| 266 | (battery-mode-line-format): Ditto. | 264 | (battery-mode-line-format): Ditto. |
| @@ -269,8 +267,7 @@ | |||
| 269 | 267 | ||
| 270 | * ielm.el (ielm-mode-hook): Add :options. | 268 | * ielm.el (ielm-mode-hook): Add :options. |
| 271 | 269 | ||
| 272 | * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): | 270 | * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New. |
| 273 | New. | ||
| 274 | (eldoc-print-current-symbol-info): Use it. | 271 | (eldoc-print-current-symbol-info): Use it. |
| 275 | 272 | ||
| 276 | 2003-09-04 Nick Roberts <nick@nick.uklinux.net> | 273 | 2003-09-04 Nick Roberts <nick@nick.uklinux.net> |
| @@ -278,38 +275,37 @@ | |||
| 278 | * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt | 275 | * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt |
| 279 | being displayed in GUD buffer. | 276 | being displayed in GUD buffer. |
| 280 | (gdb-idle-input-queue): Remove var. Use just one queue. | 277 | (gdb-idle-input-queue): Remove var. Use just one queue. |
| 281 | (gdb-enqueue-idle-input,gdb-dequeue-idle-input): Remove | 278 | (gdb-enqueue-idle-input,gdb-dequeue-idle-input): |
| 282 | functions. Use just one queue. | 279 | Remove functions. Use just one queue. |
| 283 | (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger) | 280 | (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger) |
| 284 | (gdb-invalidate-assembler, gdb-get-current-frame): Modify | 281 | (gdb-invalidate-assembler, gdb-get-current-frame): |
| 285 | functions. Use just one queue. | 282 | Modify functions. Use just one queue. |
| 286 | 283 | ||
| 287 | 2003-09-04 Dave Love <fx@gnu.org> | 284 | 2003-09-04 Dave Love <fx@gnu.org> |
| 288 | 285 | ||
| 289 | * cus-start.el: Add blink-cursor-alist. | 286 | * cus-start.el: Add blink-cursor-alist. |
| 290 | 287 | ||
| 291 | * ruler-mode.el (ruler-mode-fill-column-char) | 288 | * ruler-mode.el (ruler-mode-fill-column-char) |
| 292 | (ruler-mode-current-column-char): Use char-displayable-p, not | 289 | (ruler-mode-current-column-char): Use char-displayable-p, |
| 293 | window-system. | 290 | not window-system. |
| 294 | 291 | ||
| 295 | * international/codepage.el ("mule-diag"): Add eval-after-load | 292 | * international/codepage.el ("mule-diag"): Add eval-after-load clause. |
| 296 | clause. | ||
| 297 | 293 | ||
| 298 | * language/european.el (windows-1252): Moved from code-pages. | 294 | * language/european.el (windows-1252): Move from code-pages. |
| 299 | 295 | ||
| 300 | * language/cyrillic.el ("Windows-1251"): Deleted. | 296 | * language/cyrillic.el ("Windows-1251"): Delete. |
| 301 | ("Bulgarian", "Belarusian"): Remove `features'. | 297 | ("Bulgarian", "Belarusian"): Remove `features'. |
| 302 | (windows-1251): Moved from code-pages. | 298 | (windows-1251): Move from code-pages. |
| 303 | 299 | ||
| 304 | * international/mule-diag.el (non-iso-charset-alist): Remove | 300 | * international/mule-diag.el (non-iso-charset-alist): |
| 305 | `codepage' stuff. | 301 | Remove `codepage' stuff. |
| 306 | (print-designation, list-coding-systems-1): Output fixes. | 302 | (print-designation, list-coding-systems-1): Output fixes. |
| 307 | 303 | ||
| 308 | * international/code-pages.el (cp-make-translation-table) | 304 | * international/code-pages.el (cp-make-translation-table) |
| 309 | (cp-valid-codes): Made defsubsts. | 305 | (cp-valid-codes): Made defsubsts. |
| 310 | (cp-fix-safe-chars): Deleted. | 306 | (cp-fix-safe-chars): Delete. |
| 311 | (mule-diag): Don't require. | 307 | (mule-diag): Don't require. |
| 312 | (windows-1251, windows-1252): Removed to cyrillic.el/european.el. | 308 | (windows-1251, windows-1252): Remove to cyrillic.el/european.el. |
| 313 | (top-level): Check for defined coding system when defining | 309 | (top-level): Check for defined coding system when defining |
| 314 | cp... aliases. Change w32-add-charset-info test to avoid warning. | 310 | cp... aliases. Change w32-add-charset-info test to avoid warning. |
| 315 | (non-iso-charset-alist): Defvar when compiling. | 311 | (non-iso-charset-alist): Defvar when compiling. |
| @@ -341,11 +337,11 @@ | |||
| 341 | * menu-bar.el (menu-bar-showhide-menu): Amend date and time label | 337 | * menu-bar.el (menu-bar-showhide-menu): Amend date and time label |
| 342 | and :help; also line and column numbers labels. | 338 | and :help; also line and column numbers labels. |
| 343 | 339 | ||
| 344 | * international/mule-util.el (char-displayable-p): Moved from | 340 | * international/mule-util.el (char-displayable-p): Move from |
| 345 | latin1-disp, renamed and autoloaded. | 341 | latin1-disp, rename and autoload. |
| 346 | 342 | ||
| 347 | * international/latin1-disp.el (latin1-char-displayable-p): Now | 343 | * international/latin1-disp.el (latin1-char-displayable-p): |
| 348 | obsolete alias. Replace uses with char-displayable-p. | 344 | Now obsolete alias. Replace uses with char-displayable-p. |
| 349 | (latin1-display-ucs-per-lynx): Fix last change. | 345 | (latin1-display-ucs-per-lynx): Fix last change. |
| 350 | 346 | ||
| 351 | * international/mule-cmds.el (standard-display-european-internal): | 347 | * international/mule-cmds.el (standard-display-european-internal): |
| @@ -367,8 +363,8 @@ | |||
| 367 | 2003-08-31 Masatake YAMATO <jet@gyve.org> | 363 | 2003-08-31 Masatake YAMATO <jet@gyve.org> |
| 368 | 364 | ||
| 369 | * pcvs.el (cvs-do-removal): Use = instead of eq to check | 365 | * pcvs.el (cvs-do-removal): Use = instead of eq to check |
| 370 | the numbre of files. Bind the numbre of files to a a local | 366 | the number of files. Bind the number of files to a local |
| 371 | variable. Suggestd by Kevin Rodgers <ihs_4664@yahoo.com>. | 367 | variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>. |
| 372 | 368 | ||
| 373 | 2003-08-30 Eli Zaretskii <eliz@elta.co.il> | 369 | 2003-08-30 Eli Zaretskii <eliz@elta.co.il> |
| 374 | 370 | ||
| @@ -410,11 +406,10 @@ | |||
| 410 | 406 | ||
| 411 | 2003-08-28 Eli Zaretskii <eliz@elta.co.il> | 407 | 2003-08-28 Eli Zaretskii <eliz@elta.co.il> |
| 412 | 408 | ||
| 413 | * mail/rmail.el (rmail-convert-to-babyl-format): Detect | 409 | * mail/rmail.el (rmail-convert-to-babyl-format): |
| 414 | quoted-printable- and base64-encoded messages and decode them | 410 | Detect quoted-printable- and base64-encoded messages and decode them |
| 415 | automatically. Set the message's encoding from the charset= | 411 | automatically. Set the message's encoding from the charset= |
| 416 | header, if any. Decode base64-encoded messages in Mail format as | 412 | header, if any. Decode base64-encoded messages in Mail format as well. |
| 417 | well. | ||
| 418 | 413 | ||
| 419 | 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk> | 414 | 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 420 | 415 | ||
| @@ -431,8 +426,7 @@ | |||
| 431 | 426 | ||
| 432 | * progmodes/cc-cmds.el (c-electric-brace): Work around for a | 427 | * progmodes/cc-cmds.el (c-electric-brace): Work around for a |
| 433 | misfeature in `expand-abbrev' which caused electric keywords like | 428 | misfeature in `expand-abbrev' which caused electric keywords like |
| 434 | "else" to disappear if an open brace was typed directly | 429 | "else" to disappear if an open brace was typed directly afterwards. |
| 435 | afterwards. | ||
| 436 | 430 | ||
| 437 | 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org> | 431 | 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 438 | 432 | ||
| @@ -440,24 +434,21 @@ | |||
| 440 | mandatory in `define-widget'. | 434 | mandatory in `define-widget'. |
| 441 | 435 | ||
| 442 | * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math): | 436 | * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math): |
| 443 | Don't align the operators "!=", "<=" and ">=" as assignment | 437 | Don't align the operators "!=", "<=" and ">=" as assignment operators. |
| 444 | operators. | ||
| 445 | 438 | ||
| 446 | (c-assignment-operators): New language constant that only contains | 439 | (c-assignment-operators): New language constant that only contains |
| 447 | the assignment operators. | 440 | the assignment operators. |
| 448 | 441 | ||
| 449 | (c-assignment-op-regexp): New language variable used by | 442 | (c-assignment-op-regexp): New language var used by `c-lineup-math'. |
| 450 | `c-lineup-math'. | ||
| 451 | 443 | ||
| 452 | 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org> | 444 | 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 453 | 445 | ||
| 454 | * progmodes/cc-engine.el (c-just-after-func-arglist-p): Safeguard | 446 | * progmodes/cc-engine.el (c-just-after-func-arglist-p): |
| 455 | against unbalanced sexps. | 447 | Safeguard against unbalanced sexps. |
| 456 | 448 | ||
| 457 | 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no> | 449 | 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no> |
| 458 | 450 | ||
| 459 | * version.el (emacs-version): Check for gtk. Include gtk version | 451 | * version.el (emacs-version): Check for gtk. Include gtk version info. |
| 460 | info. | ||
| 461 | 452 | ||
| 462 | 2003-08-25 John Paul Wallington <jpw@gnu.org> | 453 | 2003-08-25 John Paul Wallington <jpw@gnu.org> |
| 463 | 454 | ||
| @@ -517,8 +508,8 @@ | |||
| 517 | 508 | ||
| 518 | 2003-08-23 Andre Spiegel <spiegel@gnu.org> | 509 | 2003-08-23 Andre Spiegel <spiegel@gnu.org> |
| 519 | 510 | ||
| 520 | * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Better | 511 | * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): |
| 521 | explain obsolescence, and what to use instead. | 512 | Better explain obsolescence, and what to use instead. |
| 522 | 513 | ||
| 523 | 2003-08-23 Masatake YAMATO <jet@gyve.org> | 514 | 2003-08-23 Masatake YAMATO <jet@gyve.org> |
| 524 | 515 | ||
| @@ -534,8 +525,7 @@ | |||
| 534 | 525 | ||
| 535 | * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix. | 526 | * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix. |
| 536 | 527 | ||
| 537 | * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller | 528 | * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size. |
| 538 | :size. | ||
| 539 | 529 | ||
| 540 | * international/utf-16.el: Add mime-text-unsuitable coding system | 530 | * international/utf-16.el: Add mime-text-unsuitable coding system |
| 541 | properties. | 531 | properties. |
| @@ -570,8 +560,8 @@ | |||
| 570 | (sql-sqlite-options): Correct comment. | 560 | (sql-sqlite-options): Correct comment. |
| 571 | (sql-ms-program): Use "osql" rather than "isql". | 561 | (sql-ms-program): Use "osql" rather than "isql". |
| 572 | (sql-prompt-regexp, sql-prompt-length): Update comment. | 562 | (sql-prompt-regexp, sql-prompt-length): Update comment. |
| 573 | (sql-mode-menu): Add "Start SQLi session" entry. Replace | 563 | (sql-mode-menu): Add "Start SQLi session" entry. |
| 574 | Highlighting submenu with Product menu. Fix Send Region entry. | 564 | Replace Highlighting submenu with Product menu. Fix Send Region entry. |
| 575 | (sql-mode-abbrev-table): Add abbreviations. Support of | 565 | (sql-mode-abbrev-table): Add abbreviations. Support of |
| 576 | SYSTEM-FLAG on define-abbrev. Support was removed with last | 566 | SYSTEM-FLAG on define-abbrev. Support was removed with last |
| 577 | check-in; it now handles older Emacsen without the SYSTEM-FLAG. | 567 | check-in; it now handles older Emacsen without the SYSTEM-FLAG. |
| @@ -611,11 +601,9 @@ | |||
| 611 | (sql-highlight-strong-keywords) | 601 | (sql-highlight-strong-keywords) |
| 612 | (sql-highlight-mysql-keywords) | 602 | (sql-highlight-mysql-keywords) |
| 613 | (sql-highlight-sqlite-keywords) | 603 | (sql-highlight-sqlite-keywords) |
| 614 | (sql-highlight-db2-keywords): New functions. Use | 604 | (sql-highlight-db2-keywords): New functions. Use `sql-set-product'. |
| 615 | `sql-set-product'. | ||
| 616 | (sql-get-login): Prompt in the same order as the tokens. | 605 | (sql-get-login): Prompt in the same order as the tokens. |
| 617 | (sql-mode): Uses `sql-product-highlight' and | 606 | (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'. |
| 618 | `sql-product-font-lock'. | ||
| 619 | (sql-product-interactive): New function. Common portions of | 607 | (sql-product-interactive): New function. Common portions of |
| 620 | product-specific interactive mode wrappers. | 608 | product-specific interactive mode wrappers. |
| 621 | (sql-interactive-mode): Rewritten to use product features. | 609 | (sql-interactive-mode): Rewritten to use product features. |
| @@ -625,8 +613,8 @@ | |||
| 625 | (sql-connect-oracle, sql-connect-sybase, sql-connect-informix) | 613 | (sql-connect-oracle, sql-connect-sybase, sql-connect-informix) |
| 626 | (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid) | 614 | (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid) |
| 627 | (sql-connect-ingres, sql-connect-postgres) | 615 | (sql-connect-ingres, sql-connect-postgres) |
| 628 | (sql-connect-interbase, sql-connect-db2, sql-connect-linter): New | 616 | (sql-connect-interbase, sql-connect-db2, sql-connect-linter): |
| 629 | functions. Format command line parameters and invoke comint on | 617 | New functions. Format command line parameters and invoke comint on |
| 630 | the appropriate interpreter. Code was in the corresponding | 618 | the appropriate interpreter. Code was in the corresponding |
| 631 | `sql-xyz' function before. | 619 | `sql-xyz' function before. |
| 632 | (sql-connect-ms): New function. Support -E argument to use | 620 | (sql-connect-ms): New function. Support -E argument to use |
| @@ -712,7 +700,7 @@ | |||
| 712 | 2003-08-14 Jari Aalto <jari.aalto@poboxes.com> | 700 | 2003-08-14 Jari Aalto <jari.aalto@poboxes.com> |
| 713 | 701 | ||
| 714 | * progmodes/compile.el (compilation-error-regexp-alist): | 702 | * progmodes/compile.el (compilation-error-regexp-alist): |
| 715 | Added Java ANt error detection as described in document | 703 | Add Java ANt error detection as described in document |
| 716 | http://ant.apache.org/faq.html | 704 | http://ant.apache.org/faq.html |
| 717 | 705 | ||
| 718 | 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change) | 706 | 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change) |
diff --git a/src/ChangeLog b/src/ChangeLog index 72e29df0262..6a1457fc5f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -16,8 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | 2003-09-23 Dave Love <fx@gnu.org> | 17 | 2003-09-23 Dave Love <fx@gnu.org> |
| 18 | 18 | ||
| 19 | * process.c (Fnetwork_interface_info): Use | 19 | * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros. |
| 20 | HAVE_STRUCT_IFREQ... macros. | ||
| 21 | 20 | ||
| 22 | 2003-09-22 Eli Zaretskii <eliz@elta.co.il> | 21 | 2003-09-22 Eli Zaretskii <eliz@elta.co.il> |
| 23 | 22 | ||
| @@ -31,9 +30,9 @@ | |||
| 31 | 30 | ||
| 32 | 2003-09-22 Masatake YAMATO <jet@gyve.org> | 31 | 2003-09-22 Masatake YAMATO <jet@gyve.org> |
| 33 | 32 | ||
| 34 | * window.c (Fset_window_scroll_bars): Validate the value of | 33 | * window.c (Fset_window_scroll_bars): Validate the value of |
| 35 | `vertical_type'. | 34 | `vertical_type'. |
| 36 | 35 | ||
| 37 | 2003-09-21 Kim F. Storm <storm@cua.dk> | 36 | 2003-09-21 Kim F. Storm <storm@cua.dk> |
| 38 | 37 | ||
| 39 | * frame.c (Vdefault_frame_scroll_bars): New variable. | 38 | * frame.c (Vdefault_frame_scroll_bars): New variable. |
| @@ -43,10 +42,6 @@ | |||
| 43 | 42 | ||
| 44 | * window.c (Fwindow_scroll_bars): Doc fix. | 43 | * window.c (Fwindow_scroll_bars): Doc fix. |
| 45 | 44 | ||
| 46 | 2003-09-19 Dave Love <fx@gnu.org> | ||
| 47 | |||
| 48 | * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h. | ||
| 49 | |||
| 50 | 2003-09-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 45 | 2003-09-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 51 | 46 | ||
| 52 | * xterm.c (x_set_offset): Take window manager decorations | 47 | * xterm.c (x_set_offset): Take window manager decorations |
| @@ -95,7 +90,7 @@ | |||
| 95 | Return 1<<optbit for known option, 0 for unknown. | 90 | Return 1<<optbit for known option, 0 for unknown. |
| 96 | Do not interpret 0 as false for boolean option (only nil). | 91 | Do not interpret 0 as false for boolean option (only nil). |
| 97 | Pass failed option and value to report_file_error. | 92 | Pass failed option and value to report_file_error. |
| 98 | (Fset_network_process_options): Replaced by Fset_network_process_option. | 93 | (Fset_network_process_options): Replace by Fset_network_process_option. |
| 99 | (Fset_network_process_option): New function to set just one option. | 94 | (Fset_network_process_option): New function to set just one option. |
| 100 | (Fmake_network_process): Allow :coding arg to be a cons. | 95 | (Fmake_network_process): Allow :coding arg to be a cons. |
| 101 | Allow :server arg to be an integer specifying backlog size. | 96 | Allow :server arg to be an integer specifying backlog size. |
| @@ -120,7 +115,16 @@ | |||
| 120 | (syms_of_process): Defsubr them. | 115 | (syms_of_process): Defsubr them. |
| 121 | 116 | ||
| 122 | * config.in: Regenerate. | 117 | * config.in: Regenerate. |
| 123 | 118 | ||
| 119 | 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 120 | |||
| 121 | * m/sr2k.h (XMARKBIT, XUNMARK): Remove. | ||
| 122 | * m/news-r6.h (XUNMARK): Remove. | ||
| 123 | * m/mips.h (XUNMARK): Remove. | ||
| 124 | * m/mips-siemens.h (XUNMARK): Remove. | ||
| 125 | * m/iris4d.h (XUNMARK): Remove. | ||
| 126 | * m/hp800.h (XMARKBIT, XUNMARK): Remove. | ||
| 127 | |||
| 124 | 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | 128 | 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 125 | 129 | ||
| 126 | * lisp.h (VALBITS): Don't remove 1 for the markbit. | 130 | * lisp.h (VALBITS): Don't remove 1 for the markbit. |