comparison lisp/ChangeLog @ 97258:3f34becfc0fe

Fix typos and add missing entry.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 04 Aug 2008 11:52:36 +0000
parents 4b0666189411
children 067d03b2ec89
comparison
equal deleted inserted replaced
97257:4b0666189411 97258:3f34becfc0fe
276 276
277 * vc-git.el (vc-git-status-printer): Synchronize with the default. 277 * vc-git.el (vc-git-status-printer): Synchronize with the default.
278 278
279 2008-07-30 Michael McNamara <mac@mail.brushroad.com> 279 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
280 280
281 * verilog-mode.el (verilog-do-indent): Remove special indent for 281 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
282 declarations inside a parenthetical list. The code is ill-advised, 282 for declarations inside a parenthetical list. The code is ill-advised,
283 and doesn't work given user defined types. 283 and doesn't work given user defined types.
284 (verilog-set-auto-endcomments): Enhance function automatic 284 (verilog-set-auto-endcomments): Enhance function automatic
285 endcomment to support functions that return user defined types. 285 endcomment to support functions that return user defined types.
286 (verilog-mode): Add code to tell which-function-mode minor mode 286 (verilog-mode): Add code to tell which-function-mode minor mode
287 that Verilog supports this feature. 287 that Verilog supports this feature.
291 tasks, as well as extern declarations of tasks for indenting and 291 tasks, as well as extern declarations of tasks for indenting and
292 for foward/backward expression. 292 for foward/backward expression.
293 293
294 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org> 294 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
295 295
296 * verilog-mode (verilog-read-decls): Allow AUTORESET to work with 296 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
297 SV 'logic' signals. [Julian Gorfajn] 297 to work with SV 'logic' signals. [Julian Gorfajn]
298 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable. 298 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
299 (verilog-string-replace-matches): Avoid recursion with small 299 (verilog-string-replace-matches): Avoid recursion with small
300 replacements. 300 replacements.
301 (verilog-auto-inst-param-value, verilog-mode-version) 301 (verilog-auto-inst-param-value, verilog-mode-version)
302 (verilog-mode-version-date, verilog-read-inst-param-value) 302 (verilog-mode-version-date, verilog-read-inst-param-value)
886 886
887 * term/ns-win.el (parameters): Declare for compiler. 887 * term/ns-win.el (parameters): Declare for compiler.
888 888
889 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change) 889 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
890 890
891 * esh-arg.el (eshell-quote-backslash): Fix eshell path completion 891 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
892 for Windows. 892 for Windows.
893 893
894 2008-07-17 Daiki Ueno <ueno@unixuser.org> 894 2008-07-17 Daiki Ueno <ueno@unixuser.org>
895 895
896 * epa.el (epa-key-list-mode): Use run-mode-hooks. 896 * epa.el (epa-key-list-mode): Use run-mode-hooks.
1024 New variables. 1024 New variables.
1025 (change-log-mode-map): Bind C-c C-c to change-log-goto-source. 1025 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
1026 1026
1027 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com> 1027 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
1028 1028
1029 * calc-help.el (calc-describe-key): Add angles to special key 1029 * calc/calc-help.el (calc-describe-key): Add angles to special key
1030 descriptions. 1030 descriptions.
1031 1031
1032 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr> 1032 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
1033 1033
1034 * calc-help.el (calc-describe-thing): Use `re-search-forward' to 1034 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
1035 search for regexp. 1035 search for regexp.
1036 1036
1037 2008-07-12 Chong Yidong <cyd@stupidchicken.com> 1037 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
1038 1038
1039 * simple.el (line-move-visual): Handle null pixel position gracefully. 1039 * simple.el (line-move-visual): Handle null pixel position gracefully.
4036 4036
4037 * simple.el (start-file-process): Clarify docstring. 4037 * simple.el (start-file-process): Clarify docstring.
4038 4038
4039 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com> 4039 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4040 4040
4041 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el: 4041 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
4042 Remove stub implementations of, and references to, wash-log. 4042 Remove stub implementations of, and references to, wash-log.
4043 * vc-rcs.el (vc-rcs-comment-history): 4043 * vc-rcs.el (vc-rcs-comment-history):
4044 * vc-cvs.el (vc-cvs-comment-history): 4044 * vc-cvs.el (vc-cvs-comment-history):
4045 Inline the code that used to be wash-log. 4045 Inline the code that used to be wash-log.
4046 4046
4096 4096
4097 2008-05-08 Sam Steingold <sds@gnu.org> 4097 2008-05-08 Sam Steingold <sds@gnu.org>
4098 4098
4099 * progmodes/compile.el (compilation-minor-mode-map) 4099 * progmodes/compile.el (compilation-minor-mode-map)
4100 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window. 4100 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
4101 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it 4101 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
4102 to `compilation-minor-mode-map' (instead of an explicit `cons'). 4102 it to `compilation-minor-mode-map' (instead of an explicit `cons').
4103 4103
4104 2008-05-08 Juanma Barranquero <lekktu@gmail.com> 4104 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
4105 4105
4106 * org/org.el (org-modules, org-format-latex-options): 4106 * org/org.el (org-modules, org-format-latex-options):
4107 * org/org-archive.el (org-archive-stamp-time) 4107 * org/org-archive.el (org-archive-stamp-time)
4128 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window 4128 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
4129 appears to be too aggressive with window removal. 4129 appears to be too aggressive with window removal.
4130 4130
4131 2008-05-08 Michael McNamara <mac@mail.brushroad.com> 4131 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
4132 4132
4133 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in 4133 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4134 as pragma keywords. 4134 Add leda and 0in as pragma keywords.
4135 (verilog-pretty-expr): Support lining up assignments which include 4135 (verilog-pretty-expr): Support lining up assignments which include
4136 part selects. 4136 part selects.
4137 (verilog-mode): More portable check for the availability of 4137 (verilog-mode): More portable check for the availability of
4138 hideshow support. 4138 hideshow support.
4139 (verilog-do-indent): Remove special indent for declarations inside 4139 (verilog-do-indent): Remove special indent for declarations inside
4216 further from vc.el. 4216 further from vc.el.
4217 * vc.el (vc-dir-mode): Move VC-specific context menu entries here. 4217 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
4218 4218
4219 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org> 4219 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
4220 4220
4221 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format. 4221 * progmodes/verilog-mode.el (verilog-getopt-file):
4222 Cleanup warning message format.
4222 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum) 4223 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
4223 (verilog-auto-inout, verilog-auto-inout-module) 4224 (verilog-auto-inout, verilog-auto-inout-module)
4224 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param) 4225 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
4225 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg) 4226 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4226 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense) 4227 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
4353 2008-05-02 Sam Steingold <sds@gnu.org> 4354 2008-05-02 Sam Steingold <sds@gnu.org>
4354 4355
4355 * progmodes/compile.el (compilation-start): Move setting of 4356 * progmodes/compile.el (compilation-start): Move setting of
4356 compilation-directory after (funcall mode) as that resets local 4357 compilation-directory after (funcall mode) as that resets local
4357 variables, this fixes recompile in grep buffers. 4358 variables, this fixes recompile in grep buffers.
4358 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c). 4359 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
4360 in dired &c).
4359 4361
4360 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> 4362 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4361 4363
4362 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, 4364 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
4363 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, 4365 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
4455 we report the 'unregistered state reliably. 4457 we report the 'unregistered state reliably.
4456 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so 4458 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
4457 we report the 'unregistered state reliably. 4459 we report the 'unregistered state reliably.
4458 * vc-git.el (vc-git-state): Call vc-git-unregistered so 4460 * vc-git.el (vc-git-state): Call vc-git-unregistered so
4459 we report the 'unregistered state reliably. 4461 we report the 'unregistered state reliably.
4460 * vc-hooks (vc-state): Document that vc-unregistered is 4462 * vc-hooks.el (vc-state): Document that vc-unregistered is
4461 now expected to be returned reliably. 4463 now expected to be returned reliably.
4462 * vc.el (vc-default-dired-state): Change needs-patch state to 4464 * vc.el (vc-default-dired-state): Change needs-patch state to
4463 needs-update, since the name now shows up in dir-status listings 4465 needs-update, since the name now shows up in dir-status listings
4464 and was somewhat misleading. 4466 and was somewhat misleading.
4465 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit" 4467 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
4919 4921
4920 * org/org-wl.el: New file, split off from org.el. 4922 * org/org-wl.el: New file, split off from org.el.
4921 4923
4922 2008-04-27 Jason Riedy <jason@acm.org> 4924 2008-04-27 Jason Riedy <jason@acm.org>
4923 4925
4924 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines 4926 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
4925 parameter that supresses lines that evaluate to NIL. 4927 parameter that supresses lines that evaluate to NIL.
4926 (orgtbl-get-fmt): New inline function for 4928 (orgtbl-get-fmt): New inline function for
4927 picking apart formats that may be lists. 4929 picking apart formats that may be lists.
4928 (orgtbl-apply-fmt): New inline function for applying formats that 4930 (orgtbl-apply-fmt): New inline function for applying formats that
4929 may be functions. 4931 may be functions.
4979 (org-agenda-clocktable-mode): New variable. 4981 (org-agenda-clocktable-mode): New variable.
4980 (org-agenda-deadline-leaders): Allow a function value for the 4982 (org-agenda-deadline-leaders): Allow a function value for the
4981 deadline leader. 4983 deadline leader.
4982 (org-agenda-get-deadlines): Deal with new function value. 4984 (org-agenda-get-deadlines): Deal with new function value.
4983 4985
4984 * lisp/org-clock.el (org-clock): New customization group. 4986 * org/org-clock.el (org-clock): New customization group.
4985 (org-clock-into-drawer, org-clock-out-when-done) 4987 (org-clock-into-drawer, org-clock-out-when-done)
4986 (org-clock-in-switch-to-state, org-clock-heading-function): 4988 (org-clock-in-switch-to-state, org-clock-heading-function):
4987 Move into the new group. 4989 Move into the new group.
4988 (org-clock-out-remove-zero-time-clocks): New option. 4990 (org-clock-out-remove-zero-time-clocks): New option.
4989 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'. 4991 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
5332 New functions. 5334 New functions.
5333 (completion-styles-alist): Use them. 5335 (completion-styles-alist): Use them.
5334 5336
5335 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es> 5337 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
5336 5338
5337 * ispell.el (ispell-set-spellchecker-params): New function to make sure 5339 * textmodes/ispell.el (ispell-set-spellchecker-params):
5338 right params and dictionary alists are used after spellchecker changes. 5340 New function to make sure right params and dictionary alists are used
5341 after spellchecker changes.
5339 (ispell-aspell-dictionary-alist, ispell-last-program-name) 5342 (ispell-aspell-dictionary-alist, ispell-last-program-name)
5340 (ispell-initialize-spellchecker-hook): New variables and hook. 5343 (ispell-initialize-spellchecker-hook): New variables and hook.
5341 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist. 5344 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
5342 (ispell-maybe-find-aspell-dictionaries): Remove. 5345 (ispell-maybe-find-aspell-dictionaries): Remove.
5343 Calls replaced by (ispell-set-spellchecker-params) calls. 5346 Calls replaced by (ispell-set-spellchecker-params) calls.
5344 (ispell-have-aspell-dictionaries): Remove. 5347 (ispell-have-aspell-dictionaries): Remove.
5345 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by 5348
5346 ispell-set-spellchecker-params. 5349 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
5350 by ispell-set-spellchecker-params.
5347 5351
5348 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca> 5352 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5349 5353
5350 * complete.el (PC-do-completion): Be more robust in the presence of 5354 * complete.el (PC-do-completion): Be more robust in the presence of
5351 unexpected values in minibuffer-completion-predicate. 5355 unexpected values in minibuffer-completion-predicate.
6287 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4) 6291 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6288 (holiday-hebrew-holidays, holiday-christian-holidays) 6292 (holiday-hebrew-holidays, holiday-christian-holidays)
6289 (holiday-islamic-holidays, holiday-bahai-holidays) 6293 (holiday-islamic-holidays, holiday-bahai-holidays)
6290 (holiday-solar-holidays, calendar-holidays): Move to holidays.el. 6294 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
6291 * calendar/diary-lib.el: Move custom group here from calendar.el. 6295 * calendar/diary-lib.el: Move custom group here from calendar.el.
6292 * calendar/holidays-lib.el: Move custom group and variables here 6296 * calendar/holidays.el: Move custom group and variables here
6293 from calendar.el. 6297 from calendar.el.
6294 6298
6295 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky. 6299 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
6296 6300
6297 * calendar/cal-dst.el (calendar-dst-check-each-year-flag): 6301 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6633 6637
6634 2008-04-07 Glenn Morris <rgm@gnu.org> 6638 2008-04-07 Glenn Morris <rgm@gnu.org>
6635 6639
6636 * calendar/calendar.el (calendar-mode-map): Replace use of kbd. 6640 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
6637 6641
6638 * calendar.el (diary-view-entries-initially-flag): Rename 6642 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
6639 view-diary-entries-initially. Keep old name as alias, update users. 6643 view-diary-entries-initially. Keep old name as alias, update users.
6640 (calendar-mark-diary-entries-flag): Rename 6644 (calendar-mark-diary-entries-flag): Rename
6641 mark-diary-entries-in-calendar. Keep old name as alias, update users. 6645 mark-diary-entries-in-calendar. Keep old name as alias, update users.
6642 (calendar-view-holidays-initially-flag): Rename 6646 (calendar-view-holidays-initially-flag): Rename
6643 view-calendar-holidays-initially. Keep old name as alias, update users. 6647 view-calendar-holidays-initially. Keep old name as alias, update users.
7231 7235
7232 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu> 7236 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
7233 7237
7234 * ediff*.el: Replace load with require in eval-when-compile. 7238 * ediff*.el: Replace load with require in eval-when-compile.
7235 7239
7236 * ediff-hook: Delete all invocations of (autoload ...). 7240 * ediff-hook.el: Delete all invocations of (autoload ...).
7237 7241
7238 * ediff-util.el (ediff-setup): Make window-min-height a local variable 7242 * ediff-util.el (ediff-setup): Make window-min-height a local variable
7239 in ediff control window, and set its min height to 2. 7243 in ediff control window, and set its min height to 2.
7240 (ediff-setup-control-buffer): Dedicate the control window. 7244 (ediff-setup-control-buffer): Dedicate the control window.
7241 (ediff-toggle-multiframe): Undedicate control window. 7245 (ediff-toggle-multiframe): Undedicate control window.
7242 Work directly with ediff-setup-windows-multiframe and 7246 Work directly with ediff-setup-windows-multiframe and
7243 ediff-setup-windows-plain. 7247 ediff-setup-windows-plain.
7244 7248
7245 * ediff-wind (ediff-choose-window-setup-function-automatically): 7249 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
7246 New function. 7250 New function.
7247 (ediff-window-setup-function): Change initialization. 7251 (ediff-window-setup-function): Change initialization.
7248 (ediff-setup-windows-automatic): Delete. 7252 (ediff-setup-windows-automatic): Delete.
7249 (ediff-setup-windows-plain-merge): Make control window dedicated. 7253 (ediff-setup-windows-plain-merge): Make control window dedicated.
7250 (ediff-destroy-control-frame): Do not skip frames if working in a 7254 (ediff-destroy-control-frame): Do not skip frames if working in a
7436 * emulation/viper-macs.el (viper-read-fast-keysequence): 7440 * emulation/viper-macs.el (viper-read-fast-keysequence):
7437 Use viper-read-event instead of viper-read-key. 7441 Use viper-read-event instead of viper-read-key.
7438 7442
7439 * emulation/viper.el (viper-mode): Move the check for fundamental mode. 7443 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
7440 7444
7441 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode) 7445 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
7442 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant 7446 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
7443 let-statements. 7447 let-statements.
7444 7448
7445 * emulation/viper-ex.el, emulation/viper-macs.el: 7449 * emulation/viper-ex.el, emulation/viper-macs.el:
7446 * emulation/viper-mous.el: 7450 * emulation/viper-mous.el:
8917 (diary-font-lock-keywords-1): New macro. 8921 (diary-font-lock-keywords-1): New macro.
8918 (diary-font-lock-keywords): Use diary-font-lock-keywords-1. 8922 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
8919 8923
8920 2008-03-16 Ulf Jasper <ulf.jasper@web.de> 8924 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
8921 8925
8922 * icalendar.el (icalendar-version): Increase to 0.18. 8926 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
8923 (icalendar-export-hidden-diary-entries): New variable. 8927 (icalendar-export-hidden-diary-entries): New variable.
8924 (icalendar-export-region): Use icalendar-export-hidden-diary-entries. 8928 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
8925 In case of error, insert full error-val. 8929 In case of error, insert full error-val.
8926 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix. 8930 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
8927 Use calendar-day-of-week. Return the day number. 8931 Use calendar-day-of-week. Return the day number.
8928 (icalendar--convert-weekly-to-ical): Use funcall rather than apply. 8932 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
8929 8933
8930 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov> 8934 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
8931 8935
8932 * icalendar.el (icalendar-recurring-start-year): New variable. 8936 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
8933 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm. 8937 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
8934 (icalendar-export-region): Ignore hidden diary entries. 8938 (icalendar-export-region): Ignore hidden diary entries.
8935 (icalendar--convert-ordinary-to-ical): Fix case where event 8939 (icalendar--convert-ordinary-to-ical): Fix case where event
8936 spans across midnight boundary. 8940 spans across midnight boundary.
8937 (icalendar-first-weekday-of-year): New function. 8941 (icalendar-first-weekday-of-year): New function.
9716 Fix typo. 9720 Fix typo.
9717 (verilog-type-font-keywords): Reindent. 9721 (verilog-type-font-keywords): Reindent.
9718 9722
9719 2008-03-10 Michael McNamara <mac@mail.brushroad.com> 9723 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
9720 9724
9721 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the 9725 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
9722 grouping-keyword regular expression. 9726 Fix bug in the grouping-keyword regular expression.
9723 (verilog-font-lock-keywords): Allow users to toggle special 9727 (verilog-font-lock-keywords): Allow users to toggle special
9724 highlight of grouping-keywords. 9728 highlight of grouping-keywords.
9725 (verilog-highlight-grouping-keywords): The toggle for special 9729 (verilog-highlight-grouping-keywords): The toggle for special
9726 highlighting of grouping keywords. 9730 highlighting of grouping keywords.
9727 9731
11772 2008-02-12 Juanma Barranquero <lekktu@gmail.com> 11776 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
11773 11777
11774 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local; 11778 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
11775 it is already automatically buffer-local. 11779 it is already automatically buffer-local.
11776 11780
11777 2008-02-11 Drew Adams <drew.adams@oracle.com> 11781 2008-02-12 Drew Adams <drew.adams@oracle.com>
11778 11782
11779 * help.el (describe-key): Join some split lines to facilitate filling. 11783 * help.el (describe-key): Join some split lines to facilitate filling.
11780 * help-fns.el (describe-function-1): Fill text of overlong lines. 11784 * help-fns.el (describe-function-1): Fill text of overlong lines.
11781 11785
11782 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp> 11786 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
11794 (doc-view-mode): Use it for indirect clones. Mark the overlays with 11798 (doc-view-mode): Use it for indirect clones. Mark the overlays with
11795 the `doc-view' property so they can be recognized. 11799 the `doc-view' property so they can be recognized.
11796 11800
11797 * simple.el (clone-indirect-buffer-hook): New hook. 11801 * simple.el (clone-indirect-buffer-hook): New hook.
11798 (clone-indirect-buffer): Run it. 11802 (clone-indirect-buffer): Run it.
11803
11804 2008-02-11 Michael Olson <mwolson@gnu.org>
11805
11806 * epa-setup.el:
11807 * epg-package-info.el: Files removed.
11799 11808
11800 2008-02-11 Daiki Ueno <ueno@unixuser.org> 11809 2008-02-11 Daiki Ueno <ueno@unixuser.org>
11801 11810
11802 * epa.el (epa-menu-mode): Merge into epa-mode. 11811 * epa.el (epa-menu-mode): Merge into epa-mode.
11803 (epa-menu-items): Rename the label "EasyPG Assistant" to 11812 (epa-menu-items): Rename the label "EasyPG Assistant" to