comparison lisp/ChangeLog @ 73658:fbb93ddb037e

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 03 Nov 2006 16:31:08 +0000
parents 1b10fc956ff0
children a585c8e80043
comparison
equal deleted inserted replaced
73657:4b7e3d203c5c 73658:fbb93ddb037e
1 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz> 1 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * lisp/sort.el: Set the field separator to tab 3 * bs.el (bs--show-all, bs--redisplay):
4 4 * cus-edit.el (custom-unlispify-menu-entries)
5 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz> 5 (custom-unlispify-tag-names, custom-prompt-variable):
6 6 * expand.el (expand-pos):
7 * lib-src/Makefile.in: Replace INSTALL_PROGRAM with INSTALL_SCRIPT 7 * speedbar.el (speedbar-generic-list-tag-p):
8 8 * wid-edit.el (widget-image-enable):
9 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net> 9 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
10 10 * emacs-lisp/find-func.el (find-function-noselect)
11 * lisp/emacs-lisp/pp.el (pp-eval-expression): Evaluate target sexp 11 (find-function, find-variable-noselect, find-variable)
12 (find-definition-noselect, find-face-definition):
13 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
14 * net/eudc-vars.el (eudc-expansion-overwrites-query):
15 * progmodes/ada-xref.el (ada-find-in-ali):
16 * textmodes/flyspell.el (flyspell-check-tex-math-command):
17 * textmodes/org.el (org-copy-subtree):
18 * textmodes/table.el (table--row-column-insertion-point-p):
19 Use "non-nil" in docstrings.
20
21 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
22
23 * sort.el (sort-columns): Set the field separator to tab; on
24 NetBSD, sort complains if "\n" is used as field separator.
25
26 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
27
28 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
12 29
13 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca> 30 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14 31
15 * server.el (server-auth-key): Remove. Replace by a process-property. 32 * server.el (server-auth-key): Remove. Replace by a process-property.
16 (server-start): Don't remove the file of the previous process, but 33 (server-start): Don't remove the file of the previous process, but
1324 * cus-start.el (all): Add x-gtk-show-chooser-help-text. 1341 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
1325 1342
1326 * select.el (xselect-convert-to-string): If UTF8_STRING is requested 1343 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
1327 and the data doesn't look like UTF8, send STRING instead. 1344 and the data doesn't look like UTF8, send STRING instead.
1328 1345
1329 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es> 1346 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
1330 1347
1331 * textmodes/flyspell.el (flyspell-check-region-doublons): 1348 * textmodes/flyspell.el (flyspell-check-region-doublons):
1332 New function to detect duplicated words. 1349 New function to detect duplicated words.
1333 (flyspell-large-region): Use it. 1350 (flyspell-large-region): Use it.
1334 1351
1390 (allout-end-of-prefix): Disqualify aberrant containers. 1407 (allout-end-of-prefix): Disqualify aberrant containers.
1391 (allout-end-of-line): Cycle something like allout-beginning-of-line. 1408 (allout-end-of-line): Cycle something like allout-beginning-of-line.
1392 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with 1409 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
1393 outline.el outlines) functional again. Change the primary bullet 1410 outline.el outlines) functional again. Change the primary bullet
1394 along with the header-lead - level 1 new-style bullets now work. 1411 along with the header-lead - level 1 new-style bullets now work.
1395 Engage allout-before-change-handler in mainline emacs, not just 1412 Engage allout-before-change-handler in mainline Emacs, not just
1396 xemacs, to do undo handling. 1413 XEmacs, to do undo handling.
1397 (allout-before-change-handler): Expose undo changes occurring in 1414 (allout-before-change-handler): Expose undo changes occurring in
1398 hidden regions. Use allout-get-invisibility-overlay instead of 1415 hidden regions. Use allout-get-invisibility-overlay instead of
1399 reimplementing it inline. 1416 reimplementing it inline.
1400 (allout-chart-subtree): Use start rather than end of prefix in 1417 (allout-chart-subtree): Use start rather than end of prefix in
1401 charts. Use allout-recent-depth variable. 1418 charts. Use allout-recent-depth variable.
1785 1802
1786 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change) 1803 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
1787 1804
1788 * net/ldap.el (ldap-search-internal): Handle `auth' key. 1805 * net/ldap.el (ldap-search-internal): Handle `auth' key.
1789 1806
1790 2006-09-07 Magnus Henoch <mange@freemail.hu> 1807 2006-09-07 Magnus Henoch <mange@freemail.hu>
1791 1808
1792 * net/rcirc.el (rcirc-activity-string): Don't quote value in case 1809 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
1793 clause. 1810 clause.
1794 1811
1795 2006-09-07 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 1812 2006-09-07 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
12367 12384
12368 * allout.el (eval-when-compile): Remove unnecessary load of cl. 12385 * allout.el (eval-when-compile): Remove unnecessary load of cl.
12369 Add fset of allout-real-isearch-abort during compile to fix 12386 Add fset of allout-real-isearch-abort during compile to fix
12370 byte-compilation warnings. 12387 byte-compilation warnings.
12371 (allout-mode-p): Move definition of this macro above all uses, or 12388 (allout-mode-p): Move definition of this macro above all uses, or
12372 byte compilation in barren emacs (eg, during emacs build) will 12389 byte compilation in barren Emacs (eg, during Emacs build) will
12373 lack the definition. 12390 lack the definition.
12374 (allout-mode): Move this variable above any uses, or byte 12391 (allout-mode): Move this variable above any uses, or byte
12375 compilation will fail. 12392 compilation will fail.
12376 (allout-resolve-xref): Remove use of personal file-reference function. 12393 (allout-resolve-xref): Remove use of personal file-reference function.
12377 (allout-toggle-current-subtree-encryption): Do the current (ie, 12394 (allout-toggle-current-subtree-encryption): Do the current (ie,
14012 Use system-type instead of window-system because window-system is not 14029 Use system-type instead of window-system because window-system is not
14013 correctly defined during loadup. 14030 correctly defined during loadup.
14014 14031
14015 2005-11-02 Mark A. Hershberger <mah@everybody.org> 14032 2005-11-02 Mark A. Hershberger <mah@everybody.org>
14016 14033
14017 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs. 14034 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
14018 (xml-parse-tag): Join strings separated by a comment properly. 14035 (xml-parse-tag): Join strings separated by a comment properly.
14019 14036
14020 2005-11-02 Andreas Schwab <schwab@suse.de> 14037 2005-11-02 Andreas Schwab <schwab@suse.de>
14021 14038
14022 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix. 14039 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18761 mode function using `eval-after-load'. 18778 mode function using `eval-after-load'.
18762 18779
18763 2005-07-21 Kim F. Storm <storm@cua.dk> 18780 2005-07-21 Kim F. Storm <storm@cua.dk>
18764 18781
18765 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are 18782 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
18766 included when reporting an emacs crash, and tell about the DEBUG file. 18783 included when reporting an Emacs crash, and tell about the DEBUG file.
18767 18784
18768 * image-file.el (insert-image-file): Add yank-handler. 18785 * image-file.el (insert-image-file): Add yank-handler.
18769 (image-file-yank-handler): Yank handler to make unique copies of 18786 (image-file-yank-handler): Yank handler to make unique copies of
18770 images when they are yanked into a buffer next to each other. 18787 images when they are yanked into a buffer next to each other.
18771 18788
19731 `append'able (like symbols). 19748 `append'able (like symbols).
19732 19749
19733 2005-07-06 Richard M. Stallman <rms@gnu.org> 19750 2005-07-06 Richard M. Stallman <rms@gnu.org>
19734 19751
19735 * progmodes/flymake.el (flymake-float-time): Instead of 19752 * progmodes/flymake.el (flymake-float-time): Instead of
19736 with-no-warnings, test for xemacs. 19753 with-no-warnings, test for XEmacs.
19737 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string 19754 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
19738 to avoid warning. 19755 to avoid warning.
19739 19756
19740 2005-07-06 Juanma Barranquero <lekktu@gmail.com> 19757 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
19741 19758