comparison lisp/ChangeLog @ 67122:d0c771d4e157

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 25 Nov 2005 17:57:06 +0000
parents f354001864bf
children 6e41569f62c8
comparison
equal deleted inserted replaced
67121:f354001864bf 67122:d0c771d4e157
20 * recentf.el (recentf-arrange-by-rule): Handle a special 20 * recentf.el (recentf-arrange-by-rule): Handle a special
21 `auto-mode-alist'-like "strip suffix" rule. 21 `auto-mode-alist'-like "strip suffix" rule.
22 (recentf-build-mode-rules): Handle second level auto-mode entries. 22 (recentf-build-mode-rules): Handle second level auto-mode entries.
23 23
24 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu> 24 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
25 25
26 * viper-keym.el (viper-ESC-key): Use different values in terminal and 26 * viper-keym.el (viper-ESC-key): Use different values in terminal and
27 window modes. 27 window modes.
28 28
29 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add 29 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
30 jde-javadoc-checker-report-mode. 30 jde-javadoc-checker-report-mode.
31 31
32 * ediff-wind (ediff-make-wide-display): Slight simplification. 32 * ediff-wind (ediff-make-wide-display): Slight simplification.
33 33
34 * ediff.el (ediff-date): Changed the date of last update. 34 * ediff.el (ediff-date): Change the date of last update.
35 35
36 2005-11-24 Chong Yidong <cyd@stupidchicken.com> 36 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
37 37
38 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'. 38 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
39 Use define-minor-mode, and make it a local mode. Turn on 39 Use define-minor-mode, and make it a local mode. Turn on font-lock.
40 font-lock.
41 (hi-lock-mode): New global minor mode. 40 (hi-lock-mode): New global minor mode.
42 (turn-on-hi-lock-if-enabled): New function. 41 (turn-on-hi-lock-if-enabled): New function.
43 (hi-lock-line-face-buffer, hi-lock-face-buffer) 42 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
44 (hi-lock-set-pattern): Changed arguments to regexp and face 43 Change arguments to regexp and face instead of a font-lock pattern.
45 instead of a font-lock pattern. Directly set face property, 44 Directly set face property, instead of refontifying.
46 instead of refontifying.
47 (hi-lock-font-lock-hook): Check if font-lock is being turned on. 45 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
48 (hi-lock-find-patterns): Use line-number-at-pos. 46 (hi-lock-find-patterns): Use line-number-at-pos.
49 47
50 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new 48 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
51 arguments for hi-lock-set-pattern. 49 arguments for hi-lock-set-pattern.
52 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call 50 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
53 font-lock-fontify-buffer. 51 font-lock-fontify-buffer.
54 (hi-lock-find-file-hook, hi-lock-current-line) 52 (hi-lock-find-file-hook, hi-lock-current-line)
55 (hi-lock-refontify, hi-lock-set-patterns): Deleted unused 53 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
56 functions.
57 54
58 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is 55 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
59 turned off. 56 turned off.
60 57
61 * progmodes/compile.el (compilation-setup): Don't fiddle with 58 * progmodes/compile.el (compilation-setup): Don't fiddle with
72 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary 69 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
73 buffer name with a space. 70 buffer name with a space.
74 71
75 2005-11-24 Carsten Dominik <dominik@science.uva.nl> 72 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
76 73
77 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed 74 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
78 from `org-export-local-list-max-depth'. Default values changed to 75 `org-export-local-list-max-depth'. Change default value to 3.
79 3. 76 (org-auto-renumber-ordered-lists)
80 (org-auto-renumber-ordered-lists, 77 (org-plain-list-ordered-item-terminator): New options.
81 org-plain-list-ordered-item-terminator): New options. 78 (org-at-item-p, org-beginning-of-item, org-end-of-item)
82 (org-at-item-p, org-beginning-of-item, org-end-of-item, 79 (org-get-indentation, org-get-string-indentation)
83 org-get-indentation, org-get-string-indentation, 80 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
84 org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
85 functions. 81 functions.
86 (org-move-item-down, org-move-item-up): New commands. 82 (org-move-item-down, org-move-item-up): New commands.
87 (org-export-as-html): New classes for CSS support. Bug fix in 83 (org-export-as-html): New classes for CSS support. Bug fix in
88 regular expression detecting fixed-width regions. Respect 84 regular expression detecting fixed-width regions. Respect
89 `org-local-list-ordered-item-terminator'. 85 `org-local-list-ordered-item-terminator'.
90 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is 86 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
91 also a list item. 87 also a list item.
92 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown): 88 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
93 New item moving functions added. 89 New item moving functions.
94 90
95 2005-11-24 Juri Linkov <juri@jurta.org> 91 2005-11-24 Juri Linkov <juri@jurta.org>
96 92
97 * isearch.el (isearch-repeat): With empty search ring 93 * isearch.el (isearch-repeat): With empty search ring set
98 set `isearch-error' to the error string instead of signaling 94 `isearch-error' to the error string instead of signaling error
99 error with the function `error'. 95 with the function `error'.
100 96
101 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 97 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
102 98
103 * term/mac-win.el: Make modifier `ctrl' an alias of `control'. 99 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
104 100
105 2005-11-24 Nick Roberts <nickrob@snap.net.nz> 101 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
106 102
107 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function 103 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
108 and variable. 104 and variable.