comparison lisp/ChangeLog @ 101136:ef524a34d985

(tar-header-block-tokenize): Properly ignore the version subfield of the magic string.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 Jan 2009 03:37:13 +0000
parents 4660765d77ad
children 8da5cd0a4dd8
comparison
equal deleted inserted replaced
101135:bed84e5170a8 101136:ef524a34d985
1 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
4 subfield of the magic string.
5
1 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com> 6 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
2 7
3 * calc/calc-lang.el (math-compose-tex-sqrt): New function. 8 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
4 (math-special-function-table): Use `math-compose-tex-sqrt' to 9 (math-special-function-table): Use `math-compose-tex-sqrt' to
5 compose sqrts in TeX and LaTeX mode. 10 compose sqrts in TeX and LaTeX mode.
482 487
483 * follow.el (follow-calc-win-start): Don't use `inline'. 488 * follow.el (follow-calc-win-start): Don't use `inline'.
484 (follow-update-window-start, follow-select-if-visible) 489 (follow-update-window-start, follow-select-if-visible)
485 (follow-calculate-first-window-start-from-below) 490 (follow-calculate-first-window-start-from-below)
486 (follow-post-command-hook): Code cleanup. 491 (follow-post-command-hook): Code cleanup.
487 (follow-downward, follow-calculate-first-window-start): Function 492 (follow-downward, follow-calculate-first-window-start):
488 deleted and merged into follow-redisplay. 493 Delete function and merge into follow-redisplay.
489 (follow-redisplay): Merge code from follow-downward and 494 (follow-redisplay): Merge code from follow-downward and
490 follow-calculate-first-window-start. 495 follow-calculate-first-window-start.
491 496
492 2008-12-30 Juanma Barranquero <lekktu@gmail.com> 497 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
493 498
494 * proced.el (proced-tree-flag): Fix typo in docstring. 499 * proced.el (proced-tree-flag): Fix typo in docstring.
495 500
496 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 501 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
497 502
498 * proced.el (proced-temp-alist): Renamed from variable 503 * proced.el (proced-temp-alist): Rename from variable
499 proced-children-alist. 504 proced-children-alist.
500 (proced-process-tree, proced-toggle-tree): Fix docstring. 505 (proced-process-tree, proced-toggle-tree): Fix docstring.
501 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist. 506 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
502 (proced-temp-internal): Use proced-temp-alist. 507 (proced-temp-internal): Use proced-temp-alist.
503 508
529 534
530 * misc.el (butterfly): New command. 535 * misc.el (butterfly): New command.
531 536
532 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 537 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
533 538
534 * proced.el (proced-grammar-alist): Allow predicate nil. New 539 * proced.el (proced-grammar-alist): Allow predicate nil.
535 attribute tree. 540 New attribute tree.
536 (proced-format-alist): Use attribute tree. 541 (proced-format-alist): Use attribute tree.
537 (proced-tree-flag, proced-tree-indent): New variables. 542 (proced-tree-flag, proced-tree-indent): New variables.
538 (proced-children-alist): Renamed from proced-process-tree. PPID 543 (proced-children-alist): Rename from proced-process-tree.
539 must refer to a process in process-alist. Ignore PPIDs that equal 544 PPID must refer to a process in process-alist.
540 PID (Bug#1718). Children alist inherits sorting order from 545 Ignore PPIDs that equal PID (Bug#1718).
541 process-alist. 546 Children alist inherits sorting order from process-alist.
542 (proced-process-tree): New variable. New function. 547 (proced-process-tree): New variable. New function.
543 (proced-process-tree-internal, proced-toggle-tree) 548 (proced-process-tree-internal, proced-toggle-tree)
544 (proced-tree, proced-tree-insert, proced-format-tree): New 549 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
545 functions.
546 (proced-mark-process-alist): Add docstring. 550 (proced-mark-process-alist): Add docstring.
547 (proced-filter-parents): PPID must refer to a process in 551 (proced-filter-parents): PPID must refer to a process in
548 process-alist. Ignore PPIDs that equal PID (Bug#1718). 552 process-alist. Ignore PPIDs that equal PID (Bug#1718).
549 (proced-sort): Throw error if attribute is not sortable. 553 (proced-sort): Throw error if attribute is not sortable.
550 (proced-sort-interactive): Restrict completion to sortable 554 (proced-sort-interactive): Restrict completion to sortable attributes.
551 attributes.
552 (proced-format): Include tree in standard attributes if 555 (proced-format): Include tree in standard attributes if
553 proced-tree-flag is non-nil. Make header clickable only if 556 proced-tree-flag is non-nil. Make header clickable only if
554 corresponding predicate is non-nil. 557 corresponding predicate is non-nil.
555 (proced-update): Use proced-tree. 558 (proced-update): Use proced-tree.
556 559
798 * newcomment.el (comment-style): Default to `indent'. (Bug#1153) 801 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
799 802
800 * startup.el (command-line): Do not mention the server name in 803 * startup.el (command-line): Do not mention the server name in
801 case the user has not mentioned it, print a more explicit message. 804 case the user has not mentioned it, print a more explicit message.
802 805
803 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event. Change 806 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
804 all callers. 807 Change all callers.
805 808
806 2008-12-18 Sam Steingold <sds@gnu.org> 809 2008-12-18 Sam Steingold <sds@gnu.org>
807 810
808 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585. 811 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
809 812
817 (isearch-search-fun): Add `isearch-nonincremental' to the 820 (isearch-search-fun): Add `isearch-nonincremental' to the
818 condition of using a non-lax version of `word-search-forward'. 821 condition of using a non-lax version of `word-search-forward'.
819 822
820 2008-12-17 Daiki Ueno <ueno@unixuser.org> 823 2008-12-17 Daiki Ueno <ueno@unixuser.org>
821 824
822 * epa-file.el (epa-file-insert-file-contents): Set 825 * epa-file.el (epa-file-insert-file-contents):
823 buffer-file-name before decrypting a file. 826 Set buffer-file-name before decrypting a file.
824 827
825 2008-12-16 Juanma Barranquero <lekktu@gmail.com> 828 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
826 829
827 * server.el (server-start): If unable to start the server, 830 * server.el (server-start): If unable to start the server,
828 display a warning instead of raising an error. 831 display a warning instead of raising an error.
875 (proced-process-attributes): New optional arg pid-list. 878 (proced-process-attributes): New optional arg pid-list.
876 Ignore processes with empty attribute list. 879 Ignore processes with empty attribute list.
877 880
878 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 881 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
879 882
880 * proced.el (proced-auto-update-interval): Renamed from 883 * proced.el (proced-auto-update-interval): Rename from
881 proced-timer-interval. 884 proced-timer-interval.
882 (proced-auto-update-flag): Renamed from proced-timer-flag. 885 (proced-auto-update-flag): Rename from proced-timer-flag.
883 (proced-auto-update-timer): Renamed from proced-timer. 886 (proced-auto-update-timer): Rename from proced-timer.
884 (proced-toggle-auto-update): Renamed from 887 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
885 proced-toggle-timer-flag.
886 (proced-available): Initialize appropriately. 888 (proced-available): Initialize appropriately.
887 889
888 2008-12-13 Glenn Morris <rgm@gnu.org> 890 2008-12-13 Glenn Morris <rgm@gnu.org>
889 891
890 * subr.el (declare-function): Doc fix. 892 * subr.el (declare-function): Doc fix.