X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/37628fd07ed2830b23d26858af1e4bd6b1ebf741..6a1414ce27766c76f6a1cc37fefd4817c0f23eff:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3357b5e534..63f7a6a383 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,67 @@ +2008-03-26 Jay Belanger + + * calc/calc-store.el (calc-read-var-name-history): + New variable. + (calc-read-var-name): Use `calc-read-var-name-history'. + +2008-03-26 Stefan Monnier + + * image-mode.el (image-mode-reapply-winprops): Simplify now that + window-configuration-change-hook works buffer-locally. + +2008-03-25 Roland Winkler + + * proced.el: Add arch-tag. + +2008-03-26 Johan Bockg$(Q)[(Brd + + * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table + for Emacs Lisp, not Lisp. + +2008-03-26 Juanma Barranquero + + * help-fns.el (describe-function-1, describe-variable): + If CURRENT-NAME is nil, don't end obsolescence info with semicolon. + + * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no + replacement is provided, don't print "use nil instead". + +2008-03-26 Johan Bockg$(Q)[(Brd + + * complete.el (PC-do-completion): Use regexp-quote. + +2008-03-26 Dan Nicolaescu + + * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status): + Detect missing files. + + * vc-git.el (vc-git-extra-menu-map): New key map. + (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep): + New functions. + + * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed + and 'missing files. + +2008-03-26 Stefan Monnier + + * calendar/holidays.el (list-holidays): Make Y2 optional. + + * calendar/appt.el (appt-buffer-name): Don't use a leading space for + buffers shown to the user. + (appt-disp-window): Disable undo explicitly now that the leading space + is gone. + + * simple.el (activate-mark): New function. + (set-mark-command): Use it with region-active-p to clean up the code. + (exchange-point-and-mark): Invert the meaning of C-u when + transient-mark-mode is active. + + * dired-aux.el (dired-create-files): Use dolist. + + * bindings.el (mode-line-change-eol): Use with-selected-window. + + * apropos.el (apropos-command): Include macros. + 2008-03-26 Glenn Morris * calendar/cal-bahai.el: Require calendar, not cal-julian. @@ -1881,7 +1945,7 @@ `bookmark-make-cell-function'. (bookmark-make, bookmark-send-annotation): Update for above. (bookmark-make-record-for-text-file): - Was `bookmark-make-cell-for-text-file. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca. + Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca. * info.el: Adjust accordingly. (Info-bookmark-make-record): Was `Info-bookmark-make-cell'. @@ -6247,12 +6311,6 @@ (locale-language-names): Change sp to Cyrillic. (locale-charset-language-names): Match @euro after utf-8. -2008-02-01 Dave Love - - * language/chinese.el (chinese-gbk, gbk, cp936, windows-936): - New coding systems. - ("Chinese-GBK"): New environment. - 2008-02-01 Dave Love * language/chinese.el (chinese-gbk, gbk, cp936, windows-936): @@ -8245,14 +8303,6 @@ * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings. -2008-01-09 Vinicius Jose Latorre - - * ps-print.el: Some face attributes (like :strike-through) were not - being recognised. Reported by Leo . - (ps-print-version): New version 6.8.2. - (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions. - (ps-screen-to-bit-face): Fix code. - 2008-01-09 Stefan Monnier * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily @@ -9485,17 +9535,6 @@ * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with directories. Not sure anybody uses this anymore, though. -2007-12-09 Vinicius Jose Latorre - - * printing.el: Fix pr-interface-map initialization code. - (pr-version): New version 6.9.3. - (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents. - (pr-f-set-keymap-name): Replace by pr-set-keymap-name. - (pr-f-read-string): Replace by pr-read-string. - (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun - name. - (pr-interactive-n-up, pr-interactive-regexp): Code fix. - 2007-12-09 Glenn Morris * emulation/viper-init.el (top-level): Use dolist rather than mapc @@ -9853,12 +9892,6 @@ * textmodes/reftex-toc.el (reftex-make-separate-toc-frame): Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs. -2007-12-03 Nathan J. Williams (tiny change) - - * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items. - (imap-parse-status): Upcase status-att for servers that sends them - lower-case (e.g., MS Exchange 2007). - 2007-12-03 Karl Fogel * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com. @@ -10753,12 +10786,6 @@ * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp. -2007-11-21 Vinicius Jose Latorre - - * ps-print.el (ps-lpr-switches): Docstring fix. - (ps-string-list): New fun. - (ps-do-despool): Code fix. - 2007-11-21 Juanma Barranquero * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu. @@ -12386,18 +12413,6 @@ * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook. * loadup.el: Load "abbrev.el" before "lisp-mode.el". -2007-10-27 Vinicius Jose Latorre - - * ps-print.el: Now detect if text foreground and background colors are - equal and replace the foreground color by another color, so the text - becomes visible. Doc fix. - (ps-print-version): New version 6.8. - (ps-default-fg, ps-default-bg): Docstring fix. - (ps-postscript-code-directory): Fix default value code. - (ps-fg-list, ps-fg-validate-p): New options. - (ps-foreground-list): New var. - (ps-setup, ps-begin-job, ps-plot-region): Fix code. - 2007-10-27 Glenn Morris * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix. @@ -12450,25 +12465,6 @@ (display-time-world-list): Use them as appropriate for the current value of `system-type'. -2007-10-26 Vinicius Jose Latorre - - * printing.el: Pacify byte compiler, that is, no compiler warnings. - Move (again) some variable definitions before use, define some fun - aliases, no code change. - (pr-version): New version 6.9.2. - (pr-path-style, pr-auto-region, pr-menu-char-height) - (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist) - (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration - via (defvar VAR). - (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages) - (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title) - (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p) - (pr-do-update-menus, pr-update-mode-line, pr-f-read-string) - (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases. - (pr-menu-print-item, pr-ps-printer-menu-modified) - (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified) - (pr-even-or-odd-alist): Vars definition moved. - 2007-10-26 Dan Nicolaescu * emulation/pc-select.el (next-line-mark, next-line-nomark) @@ -13887,17 +13883,6 @@ (org-remember-apply-template): Respect the dynamically scoped selection character. -2007-10-10 Bastien Guerry - - * textmodes/org-export-latex.el (org-export-latex-protect-string): - Renaming of `org-latex-protect'. - (org-export-latex-emphasis-alist): By default, don't protect - any emphasis formatter from further conversion. - (org-export-latex-tables): Honor column grouping for tables. - (org-export-latex-title-command): New option. - (org-export-latex-treat-backslash-char): Use \textbackslash{} to - export backslash character. - 2007-10-10 Stefan Monnier * frame.el (frame-inherited-parameters): Remove unused `environment' @@ -14565,10 +14550,6 @@ * play/zone.el (zone-hiding-modeline): Use mode-line-format. -2007-09-29 Jan Dj$(Q)Z(Brv - - * term/x-win.el (x-gtk-stock-map): Version is 22.2. - 2007-09-28 Stefan Monnier * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite. @@ -17702,59 +17683,6 @@ * vc-git.el (vc-git-revision-table) (vc-git-revision-completion-table): New functions. -2007-07-26 Vinicius Jose Latorre - - * progmodes/ebnf-abn.el (ebnf-abn-skip-comment): - * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment): - * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment): - * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment): - * progmodes/ebnf-iso.el (ebnf-iso-skip-comment): - * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version. - New command actions for EPS header and EPS footer. - - * progmodes/ebnf2ps.el: New command actions for EPS header and EPS - footer. Fix some problems with one-or-more, zero-or-more and - alternative constructions generation. Some log messages - implementation. Doc fix. - (ebnf-version): New version 4.4. - (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font) - (ebnf-eps-footer, ebnf-log): New options. - (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header) - (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment) - (ebnf-eps-header-footer-p, ebnf-eps-header-comment) - (ebnf-eps-footer-comment, ebnf-eps-header-footer-file) - (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs. - (ebnf-style-custom-list, ebnf-style-database): Put new values. - (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer) - (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file) - (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory) - (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region) - (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer) - (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job) - (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension) - (ebnf-non-terminal-dimension, ebnf-special-dimension) - (ebnf-terminal-dimension1, ebnf-repeat-dimension) - (ebnf-except-dimension, ebnf-alternative-dimension) - (ebnf-optional-dimension, ebnf-one-or-more-dimension) - (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log - message fun. - (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more) - (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write) - (ebnf-insert-ebnf-prologue, ebnf-production-dimension) - (ebnf-terminal-dimension1, ebnf-alternative-dimension) - (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension) - (ebnf-eps-add-context, ebnf-eps-add-production): Fix code. - (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep - compatibility with Emacs 20 & 21. - (ebnf-eps-header-comment, ebnf-eps-footer-comment) - (ebnf-eps-file-alist, ebnf-basic-width-extra) - (ebnf-basic-empty-height): New vars. - (ebnf-prologue): Fix PostScript code. - (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1) - (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional) - (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence) - (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments. - 2007-07-25 Glenn Morris * Relicense all FSF files to GPLv3 or later. @@ -18800,10 +18728,6 @@ (longlines-auto-wrap, longlines-window-change-function): Remove unnecessary calls to set-buffer-modified-p. -2007-07-08 Katsumi Yamaoka - - * cus-start.el (file-coding-system-alist): Fix custom type. - 2007-07-08 Stefan Monnier * vc-cvs.el (vc-cvs-revert): Use vc-default-revert. @@ -20033,16 +19957,6 @@ * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda) (org-batch-agenda-csv): Fix typos in docstrings. -2007-06-06 Juanma Barranquero - - * international/mule-cmds.el (toggle-enable-multibyte-characters) - (sort-coding-systems, search-unencodable-char): Doc fixes. - (coding-system-change-eol-conversion, set-default-coding-systems) - (prefer-coding-system, find-multibyte-characters, princ-list) - (leim-list-entry-regexp, set-input-method, locale-language-names) - (input-method-exit-on-first-char, exit-language-environment-hook) - (locale-charset-language-names): Fix typos in docstrings. - 2007-06-06 Juanma Barranquero * pgg.el (pgg-sign-region, pgg-sign): @@ -20468,32 +20382,6 @@ for start and end positions. (ispell-word): Assume END is a marker. -2007-05-17 Vinicius Jose Latorre - - * printing.el: Group together all XEmacs/Emacs definitions. - (pr-version): New version 6.9. - (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs. - (pr-menu-char-height, pr-menu-char-width): Fix initialization code. - (pr-menu-bind): Fix code. - (pr-e-frame-char-height, pr-e-frame-char-width) - (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function) - (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height) - (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event) - (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel) - (pr-x-event-y-pixel): Aliases eliminated. - (pr-xemacs-global-menubar): Macro moved. - (current-menubar, current-mouse-event, zmacs-region-stays) - (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old) - (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu): - Vars moved. - (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock) - (pr-update-mode-line, pr-do-update-menus, pr-menu-alist) - (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title) - (pr-menu-set-utility-title, pr-even-or-odd-pages) - (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string) - (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs - moved. - 2007-05-17 Christian Plate (tiny change) * textmodes/sgml-mode.el (sgml-tag):