diff options
| author | Miles Bader | 2008-02-01 16:01:31 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-02-01 16:01:31 +0000 |
| commit | 6cc41fb06c37234822d5aedf7ce0f77b88bb450a (patch) | |
| tree | a130326faf29d4410ed126e4f0d6a13f11a19df3 /lisp/ChangeLog | |
| parent | b502217bd845bc6280fd2bb1eacce176ed4f7d90 (diff) | |
| parent | dd559368b0db67654f643320b1d84afdabe60e97 (diff) | |
| download | emacs-6cc41fb06c37234822d5aedf7ce0f77b88bb450a.tar.gz emacs-6cc41fb06c37234822d5aedf7ce0f77b88bb450a.zip | |
Merge unicode branch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1037
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 151 |
1 files changed, 0 insertions, 151 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df79b1264c6..16868566119 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6952,16 +6952,6 @@ | |||
| 6952 | 6952 | ||
| 6953 | * international/characters.el: Undo unwanted and unexplained change. | 6953 | * international/characters.el: Undo unwanted and unexplained change. |
| 6954 | 6954 | ||
| 6955 | 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 6956 | |||
| 6957 | * ps-print.el: Fix the usage of :foreground and :background face | ||
| 6958 | attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>. | ||
| 6959 | (ps-print-version): New version 6.7.6. | ||
| 6960 | (ps-face-attributes, ps-face-attribute-list, ps-face-background): | ||
| 6961 | Fix code. | ||
| 6962 | (ps-face-foreground-color-p, ps-face-background-color-p) | ||
| 6963 | (ps-face-color-p): New inline funs. | ||
| 6964 | |||
| 6965 | 2007-10-10 Carsten Dominik <dominik@science.uva.nl> | 6955 | 2007-10-10 Carsten Dominik <dominik@science.uva.nl> |
| 6966 | 6956 | ||
| 6967 | * textmodes/org.el (org-additional-option-like-keywords): New constant. | 6957 | * textmodes/org.el (org-additional-option-like-keywords): New constant. |
| @@ -10016,16 +10006,6 @@ | |||
| 10016 | 10006 | ||
| 10017 | * calc/calc.el (calc-language-alist): Add texinfo-mode. | 10007 | * calc/calc.el (calc-language-alist): Add texinfo-mode. |
| 10018 | 10008 | ||
| 10019 | 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 10020 | |||
| 10021 | * ps-print.el (ps-header-font-size, ps-header-title-font-size) | ||
| 10022 | (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing) | ||
| 10023 | (ps-paragraph-spacing): Docstring fix. | ||
| 10024 | |||
| 10025 | 2007-08-16 Glenn Morris <rgm@gnu.org> | ||
| 10026 | |||
| 10027 | * ps-print.el (ps-font-size): Doc fix. | ||
| 10028 | |||
| 10029 | 2007-08-16 Richard Stallman <rms@gnu.org> | 10009 | 2007-08-16 Richard Stallman <rms@gnu.org> |
| 10030 | 10010 | ||
| 10031 | * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group. | 10011 | * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group. |
| @@ -10336,13 +10316,6 @@ | |||
| 10336 | (tex-font-script-display, tex-font-lock-suscript): Change from a cons | 10316 | (tex-font-script-display, tex-font-lock-suscript): Change from a cons |
| 10337 | cell to a list of 2 elements to simplify the unfontify code. | 10317 | cell to a list of 2 elements to simplify the unfontify code. |
| 10338 | 10318 | ||
| 10339 | 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 10340 | |||
| 10341 | * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix. | ||
| 10342 | (ps-begin-job): Use ps-default-fg and ps-default-bg only when | ||
| 10343 | ps-print-color-p is neither nil nor black-white. Reported by Christian | ||
| 10344 | Schlauer <cs-muelleimer-rubbish.bin@arcor.de>. | ||
| 10345 | |||
| 10346 | 2007-08-08 Andreas Schwab <schwab@suse.de> | 10319 | 2007-08-08 Andreas Schwab <schwab@suse.de> |
| 10347 | 10320 | ||
| 10348 | * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for | 10321 | * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for |
| @@ -10424,10 +10397,6 @@ | |||
| 10424 | format-mode-line because it may be a list, | 10397 | format-mode-line because it may be a list, |
| 10425 | e.g., (sgml-xml-mode "XML" "SGML"), and not a string. | 10398 | e.g., (sgml-xml-mode "XML" "SGML"), and not a string. |
| 10426 | 10399 | ||
| 10427 | 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br> | ||
| 10428 | |||
| 10429 | * printing.el (pr-update-menus): Docstring fix. | ||
| 10430 | |||
| 10431 | 2007-08-06 Jason Rumney <jasonr@gnu.org> | 10400 | 2007-08-06 Jason Rumney <jasonr@gnu.org> |
| 10432 | 10401 | ||
| 10433 | * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend. | 10402 | * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend. |
| @@ -10471,11 +10440,6 @@ | |||
| 10471 | * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables. | 10440 | * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables. |
| 10472 | (math-nlfit-givens): Let bind free variables. | 10441 | (math-nlfit-givens): Let bind free variables. |
| 10473 | 10442 | ||
| 10474 | 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br> | ||
| 10475 | |||
| 10476 | * printing.el: Require lpr and ps-print when loading printing package. | ||
| 10477 | Reported by Glenn Morris <rgm@gnu.org>. | ||
| 10478 | |||
| 10479 | 2007-08-05 Michael Albinus <michael.albinus@gmx.de> | 10443 | 2007-08-05 Michael Albinus <michael.albinus@gmx.de> |
| 10480 | 10444 | ||
| 10481 | * files.el (set-auto-mode): Handle also remote files wrt | 10445 | * files.el (set-auto-mode): Handle also remote files wrt |
| @@ -10505,13 +10469,6 @@ | |||
| 10505 | may match up to 4 lines. | 10469 | may match up to 4 lines. |
| 10506 | (diff-beginning-of-file-and-junk): Rewrite. | 10470 | (diff-beginning-of-file-and-junk): Rewrite. |
| 10507 | 10471 | ||
| 10508 | 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 10509 | |||
| 10510 | * printing.el: Evaluate require only during compilation. | ||
| 10511 | (pr-version): New version 6.9.1. | ||
| 10512 | (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR). | ||
| 10513 | (pr-global-menubar): Fix code. | ||
| 10514 | |||
| 10515 | 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu> | 10472 | 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu> |
| 10516 | 10473 | ||
| 10517 | * term.el (term-erase-in-display): Fix case when point is not at | 10474 | * term.el (term-erase-in-display): Fix case when point is not at |
| @@ -10802,59 +10759,6 @@ | |||
| 10802 | * vc-git.el (vc-git-revision-table) | 10759 | * vc-git.el (vc-git-revision-table) |
| 10803 | (vc-git-revision-completion-table): New functions. | 10760 | (vc-git-revision-completion-table): New functions. |
| 10804 | 10761 | ||
| 10805 | 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 10806 | |||
| 10807 | * progmodes/ebnf-abn.el (ebnf-abn-skip-comment): | ||
| 10808 | * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment): | ||
| 10809 | * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment): | ||
| 10810 | * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment): | ||
| 10811 | * progmodes/ebnf-iso.el (ebnf-iso-skip-comment): | ||
| 10812 | * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version. | ||
| 10813 | New command actions for EPS header and EPS footer. | ||
| 10814 | |||
| 10815 | * progmodes/ebnf2ps.el: New command actions for EPS header and EPS | ||
| 10816 | footer. Fix some problems with one-or-more, zero-or-more and | ||
| 10817 | alternative constructions generation. Some log messages | ||
| 10818 | implementation. Doc fix. | ||
| 10819 | (ebnf-version): New version 4.4. | ||
| 10820 | (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font) | ||
| 10821 | (ebnf-eps-footer, ebnf-log): New options. | ||
| 10822 | (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header) | ||
| 10823 | (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment) | ||
| 10824 | (ebnf-eps-header-footer-p, ebnf-eps-header-comment) | ||
| 10825 | (ebnf-eps-footer-comment, ebnf-eps-header-footer-file) | ||
| 10826 | (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs. | ||
| 10827 | (ebnf-style-custom-list, ebnf-style-database): Put new values. | ||
| 10828 | (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer) | ||
| 10829 | (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file) | ||
| 10830 | (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory) | ||
| 10831 | (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region) | ||
| 10832 | (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer) | ||
| 10833 | (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job) | ||
| 10834 | (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension) | ||
| 10835 | (ebnf-non-terminal-dimension, ebnf-special-dimension) | ||
| 10836 | (ebnf-terminal-dimension1, ebnf-repeat-dimension) | ||
| 10837 | (ebnf-except-dimension, ebnf-alternative-dimension) | ||
| 10838 | (ebnf-optional-dimension, ebnf-one-or-more-dimension) | ||
| 10839 | (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log | ||
| 10840 | message fun. | ||
| 10841 | (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more) | ||
| 10842 | (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write) | ||
| 10843 | (ebnf-insert-ebnf-prologue, ebnf-production-dimension) | ||
| 10844 | (ebnf-terminal-dimension1, ebnf-alternative-dimension) | ||
| 10845 | (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension) | ||
| 10846 | (ebnf-eps-add-context, ebnf-eps-add-production): Fix code. | ||
| 10847 | (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep | ||
| 10848 | compatibility with Emacs 20 & 21. | ||
| 10849 | (ebnf-eps-header-comment, ebnf-eps-footer-comment) | ||
| 10850 | (ebnf-eps-file-alist, ebnf-basic-width-extra) | ||
| 10851 | (ebnf-basic-empty-height): New vars. | ||
| 10852 | (ebnf-prologue): Fix PostScript code. | ||
| 10853 | (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1) | ||
| 10854 | (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional) | ||
| 10855 | (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence) | ||
| 10856 | (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments. | ||
| 10857 | |||
| 10858 | 2007-07-25 Glenn Morris <rgm@gnu.org> | 10762 | 2007-07-25 Glenn Morris <rgm@gnu.org> |
| 10859 | 10763 | ||
| 10860 | * Relicense all FSF files to GPLv3 or later. | 10764 | * Relicense all FSF files to GPLv3 or later. |
| @@ -10921,14 +10825,6 @@ | |||
| 10921 | * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface. | 10825 | * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface. |
| 10922 | (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions. | 10826 | (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions. |
| 10923 | 10827 | ||
| 10924 | 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 10925 | |||
| 10926 | * ps-print.el (ps-multibyte-buffer): Docstring fix. | ||
| 10927 | |||
| 10928 | * ps-mule.el: Doc fix. | ||
| 10929 | (ps-multibyte-buffer, ps-mule-font-info-database-default) | ||
| 10930 | (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix. | ||
| 10931 | |||
| 10932 | 2007-07-25 Glenn Morris <rgm@gnu.org> | 10828 | 2007-07-25 Glenn Morris <rgm@gnu.org> |
| 10933 | 10829 | ||
| 10934 | * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays) | 10830 | * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays) |
| @@ -11312,18 +11208,6 @@ | |||
| 11312 | 11208 | ||
| 11313 | * vc-hg.el (vc-hg-diff): Use vc-hg-command. | 11209 | * vc-hg.el (vc-hg-diff): Use vc-hg-command. |
| 11314 | 11210 | ||
| 11315 | 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 11316 | |||
| 11317 | * ps-print.el: Problem with foreground and background color when | ||
| 11318 | printing a buffer with and without faces. Reported by Christian | ||
| 11319 | Schlauer <cs-muelleimer-rubbish.bin@arcor.de>. | ||
| 11320 | (ps-print-version): New version 6.7.5. | ||
| 11321 | (ps-default-fg): Change default value to nil, so black color is used | ||
| 11322 | when a face does not specify a foreground color. | ||
| 11323 | (ps-default-bg): Change default value to nil, so white color is used | ||
| 11324 | for background color. | ||
| 11325 | (ps-begin-job): Fix code. | ||
| 11326 | |||
| 11327 | 2007-07-20 Eli Zaretskii <eliz@gnu.org> | 11211 | 2007-07-20 Eli Zaretskii <eliz@gnu.org> |
| 11328 | 11212 | ||
| 11329 | * makefile.w32-in (install-lisp-SH): Don't create subdirectories | 11213 | * makefile.w32-in (install-lisp-SH): Don't create subdirectories |
| @@ -13568,32 +13452,6 @@ | |||
| 13568 | for start and end positions. | 13452 | for start and end positions. |
| 13569 | (ispell-word): Assume END is a marker. | 13453 | (ispell-word): Assume END is a marker. |
| 13570 | 13454 | ||
| 13571 | 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 13572 | |||
| 13573 | * printing.el: Group together all XEmacs/Emacs definitions. | ||
| 13574 | (pr-version): New version 6.9. | ||
| 13575 | (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs. | ||
| 13576 | (pr-menu-char-height, pr-menu-char-width): Fix initialization code. | ||
| 13577 | (pr-menu-bind): Fix code. | ||
| 13578 | (pr-e-frame-char-height, pr-e-frame-char-width) | ||
| 13579 | (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function) | ||
| 13580 | (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height) | ||
| 13581 | (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event) | ||
| 13582 | (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel) | ||
| 13583 | (pr-x-event-y-pixel): Aliases eliminated. | ||
| 13584 | (pr-xemacs-global-menubar): Macro moved. | ||
| 13585 | (current-menubar, current-mouse-event, zmacs-region-stays) | ||
| 13586 | (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old) | ||
| 13587 | (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu): | ||
| 13588 | Vars moved. | ||
| 13589 | (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock) | ||
| 13590 | (pr-update-mode-line, pr-do-update-menus, pr-menu-alist) | ||
| 13591 | (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title) | ||
| 13592 | (pr-menu-set-utility-title, pr-even-or-odd-pages) | ||
| 13593 | (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string) | ||
| 13594 | (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs | ||
| 13595 | moved. | ||
| 13596 | |||
| 13597 | 2007-05-17 Christian Plate <cplate@web.de> (tiny change) | 13455 | 2007-05-17 Christian Plate <cplate@web.de> (tiny change) |
| 13598 | 13456 | ||
| 13599 | * textmodes/sgml-mode.el (sgml-tag): | 13457 | * textmodes/sgml-mode.el (sgml-tag): |
| @@ -13656,15 +13514,6 @@ | |||
| 13656 | * files.el (mode-require-final-newline, require-final-newline) | 13514 | * files.el (mode-require-final-newline, require-final-newline) |
| 13657 | (enable-local-variables, enable-local-eval): Doc fixes. | 13515 | (enable-local-variables, enable-local-eval): Doc fixes. |
| 13658 | 13516 | ||
| 13659 | 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 13660 | |||
| 13661 | * ps-print.el: Use default color when foreground or background color | ||
| 13662 | are unspecified. Reported by Leo <sdl.web@gmail.com>. | ||
| 13663 | (ps-print-version): New version 6.7.4. | ||
| 13664 | (ps-rgb-color): New argument. Use default color when color is | ||
| 13665 | unspecified. | ||
| 13666 | (ps-begin-job): Fix code. | ||
| 13667 | |||
| 13668 | 2007-05-12 Chong Yidong <cyd@stupidchicken.com> | 13517 | 2007-05-12 Chong Yidong <cyd@stupidchicken.com> |
| 13669 | 13518 | ||
| 13670 | * longlines.el (longlines-mode): Make longlines-auto-wrap | 13519 | * longlines.el (longlines-mode): Make longlines-auto-wrap |