comparison lisp/ChangeLog @ 93253:3f6a5dbeadc8

Remove duplicate entries.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 26 Mar 2008 16:57:56 +0000
parents d5bb646771f8
children e40fb0b0ea6c
comparison
equal deleted inserted replaced
93252:d5bb646771f8 93253:3f6a5dbeadc8
6302 (find-multibyte-characters): Don't test for charset `unknown'. 6302 (find-multibyte-characters): Don't test for charset `unknown'.
6303 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8, 6303 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
6304 ru, sr_YU, tg, wa, zh.gbk. 6304 ru, sr_YU, tg, wa, zh.gbk.
6305 (locale-language-names): Change sp to Cyrillic. 6305 (locale-language-names): Change sp to Cyrillic.
6306 (locale-charset-language-names): Match @euro after utf-8. 6306 (locale-charset-language-names): Match @euro after utf-8.
6307
6308 2008-02-01 Dave Love <fx@gnu.org>
6309
6310 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
6311 New coding systems.
6312 ("Chinese-GBK"): New environment.
6313 6307
6314 2008-02-01 Dave Love <fx@gnu.org> 6308 2008-02-01 Dave Love <fx@gnu.org>
6315 6309
6316 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936): 6310 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
6317 New coding systems. 6311 New coding systems.
8301 8295
8302 2008-01-09 Tom Tromey <tromey@redhat.com> 8296 2008-01-09 Tom Tromey <tromey@redhat.com>
8303 8297
8304 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings. 8298 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
8305 8299
8306 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8307
8308 * ps-print.el: Some face attributes (like :strike-through) were not
8309 being recognised. Reported by Leo <sdl.web@gmail.com>.
8310 (ps-print-version): New version 6.8.2.
8311 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions.
8312 (ps-screen-to-bit-face): Fix code.
8313
8314 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca> 8300 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8315 8301
8316 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily 8302 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
8317 add a file-name handler. 8303 add a file-name handler.
8318 8304
9541 2007-12-09 David Kastrup <dak@gnu.org> 9527 2007-12-09 David Kastrup <dak@gnu.org>
9542 9528
9543 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with 9529 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
9544 directories. Not sure anybody uses this anymore, though. 9530 directories. Not sure anybody uses this anymore, though.
9545 9531
9546 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9547
9548 * printing.el: Fix pr-interface-map initialization code.
9549 (pr-version): New version 6.9.3.
9550 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
9551 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
9552 (pr-f-read-string): Replace by pr-read-string.
9553 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
9554 name.
9555 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
9556
9557 2007-12-09 Glenn Morris <rgm@gnu.org> 9532 2007-12-09 Glenn Morris <rgm@gnu.org>
9558 9533
9559 * emulation/viper-init.el (top-level): Use dolist rather than mapc 9534 * emulation/viper-init.el (top-level): Use dolist rather than mapc
9560 in make-variable-frame-local call. 9535 in make-variable-frame-local call.
9561 9536
9908 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather 9883 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
9909 than bbdb-address-street1,2,3. 9884 than bbdb-address-street1,2,3.
9910 9885
9911 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame): 9886 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
9912 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs. 9887 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
9913
9914 2007-12-03 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
9915
9916 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9917 (imap-parse-status): Upcase status-att for servers that sends them
9918 lower-case (e.g., MS Exchange 2007).
9919 9888
9920 2007-12-03 Karl Fogel <kfogel@red-bean.com> 9889 2007-12-03 Karl Fogel <kfogel@red-bean.com>
9921 9890
9922 * saveplace.el (save-place-quiet): Remove, reverting 1.39. 9891 * saveplace.el (save-place-quiet): Remove, reverting 1.39.
9923 (save-place-alist-to-file, load-save-place-alist-from-file): 9892 (save-place-alist-to-file, load-save-place-alist-from-file):
10809 10778
10810 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca> 10779 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10811 10780
10812 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp. 10781 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
10813 10782
10814 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10815
10816 * ps-print.el (ps-lpr-switches): Docstring fix.
10817 (ps-string-list): New fun.
10818 (ps-do-despool): Code fix.
10819
10820 2007-11-21 Juanma Barranquero <lekktu@gmail.com> 10783 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
10821 10784
10822 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu. 10785 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
10823 10786
10824 2007-11-21 Glenn Morris <rgm@gnu.org> 10787 2007-11-21 Glenn Morris <rgm@gnu.org>
12442 New vars, largely transcribed from abbrev.c. 12405 New vars, largely transcribed from abbrev.c.
12443 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el. 12406 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
12444 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook. 12407 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
12445 * loadup.el: Load "abbrev.el" before "lisp-mode.el". 12408 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
12446 12409
12447 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12448
12449 * ps-print.el: Now detect if text foreground and background colors are
12450 equal and replace the foreground color by another color, so the text
12451 becomes visible. Doc fix.
12452 (ps-print-version): New version 6.8.
12453 (ps-default-fg, ps-default-bg): Docstring fix.
12454 (ps-postscript-code-directory): Fix default value code.
12455 (ps-fg-list, ps-fg-validate-p): New options.
12456 (ps-foreground-list): New var.
12457 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
12458
12459 2007-10-27 Glenn Morris <rgm@gnu.org> 12410 2007-10-27 Glenn Morris <rgm@gnu.org>
12460 12411
12461 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix. 12412 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
12462 (shell-dirtrack-toggle): Mark as obsolete. 12413 (shell-dirtrack-toggle): Mark as obsolete.
12463 (dirtrack-toggle, dirtrack-mode): No longer alias to 12414 (dirtrack-toggle, dirtrack-mode): No longer alias to
12505 12456
12506 * time.el (zoneinfo-style-world-list, legacy-style-world-list): 12457 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
12507 New defcustoms. 12458 New defcustoms.
12508 (display-time-world-list): Use them as appropriate for the current 12459 (display-time-world-list): Use them as appropriate for the current
12509 value of `system-type'. 12460 value of `system-type'.
12510
12511 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12512
12513 * printing.el: Pacify byte compiler, that is, no compiler warnings.
12514 Move (again) some variable definitions before use, define some fun
12515 aliases, no code change.
12516 (pr-version): New version 6.9.2.
12517 (pr-path-style, pr-auto-region, pr-menu-char-height)
12518 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
12519 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
12520 via (defvar VAR).
12521 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
12522 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
12523 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
12524 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
12525 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
12526 (pr-menu-print-item, pr-ps-printer-menu-modified)
12527 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
12528 (pr-even-or-odd-alist): Vars definition moved.
12529 12461
12530 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu> 12462 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12531 12463
12532 * emulation/pc-select.el (next-line-mark, next-line-nomark) 12464 * emulation/pc-select.el (next-line-mark, next-line-nomark)
12533 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings 12465 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
13943 (org-read-date): Check for am/pm twice, to catch the end time. 13875 (org-read-date): Check for am/pm twice, to catch the end time.
13944 (org-goto-map): Use `suppress-keymap'. 13876 (org-goto-map): Use `suppress-keymap'.
13945 (org-remember-apply-template): Respect the dynamically scoped 13877 (org-remember-apply-template): Respect the dynamically scoped
13946 selection character. 13878 selection character.
13947 13879
13948 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
13949
13950 * textmodes/org-export-latex.el (org-export-latex-protect-string):
13951 Renaming of `org-latex-protect'.
13952 (org-export-latex-emphasis-alist): By default, don't protect
13953 any emphasis formatter from further conversion.
13954 (org-export-latex-tables): Honor column grouping for tables.
13955 (org-export-latex-title-command): New option.
13956 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
13957 export backslash character.
13958
13959 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca> 13880 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13960 13881
13961 * frame.el (frame-inherited-parameters): Remove unused `environment' 13882 * frame.el (frame-inherited-parameters): Remove unused `environment'
13962 parameter, and let server.el add `client' when needed. 13883 parameter, and let server.el add `client' when needed.
13963 13884
14620 stock icons. 14541 stock icons.
14621 14542
14622 2007-09-30 Richard Stallman <rms@gnu.org> 14543 2007-09-30 Richard Stallman <rms@gnu.org>
14623 14544
14624 * play/zone.el (zone-hiding-modeline): Use mode-line-format. 14545 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
14625
14626 2007-09-29 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>
14627
14628 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
14629 14546
14630 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca> 14547 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14631 14548
14632 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite. 14549 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
14633 (t-mouse-mode): New compatibility alias. 14550 (t-mouse-mode): New compatibility alias.
17758 2007-07-26 Alexandre Julliard <julliard@winehq.org> 17675 2007-07-26 Alexandre Julliard <julliard@winehq.org>
17759 17676
17760 * vc-git.el (vc-git-revision-table) 17677 * vc-git.el (vc-git-revision-table)
17761 (vc-git-revision-completion-table): New functions. 17678 (vc-git-revision-completion-table): New functions.
17762 17679
17763 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17764
17765 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
17766 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
17767 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
17768 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
17769 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
17770 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
17771 New command actions for EPS header and EPS footer.
17772
17773 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
17774 footer. Fix some problems with one-or-more, zero-or-more and
17775 alternative constructions generation. Some log messages
17776 implementation. Doc fix.
17777 (ebnf-version): New version 4.4.
17778 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
17779 (ebnf-eps-footer, ebnf-log): New options.
17780 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
17781 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
17782 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
17783 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
17784 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
17785 (ebnf-style-custom-list, ebnf-style-database): Put new values.
17786 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
17787 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
17788 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
17789 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
17790 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
17791 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
17792 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
17793 (ebnf-non-terminal-dimension, ebnf-special-dimension)
17794 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
17795 (ebnf-except-dimension, ebnf-alternative-dimension)
17796 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
17797 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
17798 message fun.
17799 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
17800 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
17801 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
17802 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
17803 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
17804 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
17805 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
17806 compatibility with Emacs 20 & 21.
17807 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
17808 (ebnf-eps-file-alist, ebnf-basic-width-extra)
17809 (ebnf-basic-empty-height): New vars.
17810 (ebnf-prologue): Fix PostScript code.
17811 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
17812 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
17813 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
17814 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
17815
17816 2007-07-25 Glenn Morris <rgm@gnu.org> 17680 2007-07-25 Glenn Morris <rgm@gnu.org>
17817 17681
17818 * Relicense all FSF files to GPLv3 or later. 17682 * Relicense all FSF files to GPLv3 or later.
17819 17683
17820 * COPYING: Switch to GPLv3. 17684 * COPYING: Switch to GPLv3.
18855 18719
18856 * longlines.el (longlines-wrap-region): Avoid marking buffer as 18720 * longlines.el (longlines-wrap-region): Avoid marking buffer as
18857 modified. 18721 modified.
18858 (longlines-auto-wrap, longlines-window-change-function): 18722 (longlines-auto-wrap, longlines-window-change-function):
18859 Remove unnecessary calls to set-buffer-modified-p. 18723 Remove unnecessary calls to set-buffer-modified-p.
18860
18861 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
18862
18863 * cus-start.el (file-coding-system-alist): Fix custom type.
18864 18724
18865 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca> 18725 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18866 18726
18867 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert. 18727 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
18868 (vc-cvs-checkout): Remove last arg now unused; simplify. 18728 (vc-cvs-checkout): Remove last arg now unused; simplify.
20088 2007-06-07 Juanma Barranquero <lekktu@gmail.com> 19948 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
20089 19949
20090 * progmodes/ebrowse.el (ebrowse-member-table): 19950 * progmodes/ebrowse.el (ebrowse-member-table):
20091 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda) 19951 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
20092 (org-batch-agenda-csv): Fix typos in docstrings. 19952 (org-batch-agenda-csv): Fix typos in docstrings.
20093
20094 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
20095
20096 * international/mule-cmds.el (toggle-enable-multibyte-characters)
20097 (sort-coding-systems, search-unencodable-char): Doc fixes.
20098 (coding-system-change-eol-conversion, set-default-coding-systems)
20099 (prefer-coding-system, find-multibyte-characters, princ-list)
20100 (leim-list-entry-regexp, set-input-method, locale-language-names)
20101 (input-method-exit-on-first-char, exit-language-environment-hook)
20102 (locale-charset-language-names): Fix typos in docstrings.
20103 19953
20104 2007-06-06 Juanma Barranquero <lekktu@gmail.com> 19954 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
20105 19955
20106 * pgg.el (pgg-sign-region, pgg-sign): 19956 * pgg.el (pgg-sign-region, pgg-sign):
20107 * ses.el (ses-call-printer): 19957 * ses.el (ses-call-printer):
20524 20374
20525 * textmodes/ispell.el (ispell-get-word): Return markers 20375 * textmodes/ispell.el (ispell-get-word): Return markers
20526 for start and end positions. 20376 for start and end positions.
20527 (ispell-word): Assume END is a marker. 20377 (ispell-word): Assume END is a marker.
20528 20378
20529 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20530
20531 * printing.el: Group together all XEmacs/Emacs definitions.
20532 (pr-version): New version 6.9.
20533 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
20534 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
20535 (pr-menu-bind): Fix code.
20536 (pr-e-frame-char-height, pr-e-frame-char-width)
20537 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
20538 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
20539 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
20540 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
20541 (pr-x-event-y-pixel): Aliases eliminated.
20542 (pr-xemacs-global-menubar): Macro moved.
20543 (current-menubar, current-mouse-event, zmacs-region-stays)
20544 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
20545 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
20546 Vars moved.
20547 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
20548 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
20549 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
20550 (pr-menu-set-utility-title, pr-even-or-odd-pages)
20551 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
20552 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
20553 moved.
20554
20555 2007-05-17 Christian Plate <cplate@web.de> (tiny change) 20379 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
20556 20380
20557 * textmodes/sgml-mode.el (sgml-tag): 20381 * textmodes/sgml-mode.el (sgml-tag):
20558 Fix bug: Call sgml-transformation-function. 20382 Fix bug: Call sgml-transformation-function.
20559 20383