aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-08-23 14:45:45 +0000
committerJuanma Barranquero2007-08-23 14:45:45 +0000
commitde09204d7a35e374c0b03e8155b57fc04edd7339 (patch)
tree4cbef5f3e033276e3d1965e419f2133dee5ae86c
parentae26cdc5a9514154cbec78bc0817235773633c45 (diff)
downloademacs-de09204d7a35e374c0b03e8155b57fc04edd7339.tar.gz
emacs-de09204d7a35e374c0b03e8155b57fc04edd7339.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog47
1 files changed, 21 insertions, 26 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 988963ac75d..ba9d2aa96e5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -29,8 +29,7 @@
29 29
30 * textmodes/org-export-latex.el: New file. 30 * textmodes/org-export-latex.el: New file.
31 31
32 * textmodes/org-publish.el (org-publish-org-to-latex): New 32 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
33 function.
34 33
35 * textmodes/org.el (org-agenda-skip): Allow a form for 34 * textmodes/org.el (org-agenda-skip): Allow a form for
36 `org-agenda-skip-function'. 35 `org-agenda-skip-function'.
@@ -63,8 +62,7 @@
63 (org-add-link-type): New function. 62 (org-add-link-type): New function.
64 (org-store-link-functions): New variable. 63 (org-store-link-functions): New variable.
65 (org-activate-tags): Force matches to be in headlines. 64 (org-activate-tags): Force matches to be in headlines.
66 (org-batch-store-agenda-views): Fix bug with killing agenda 65 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
67 buffer.
68 (org-columns-display-here): Make sure this works in a narrowed 66 (org-columns-display-here): Make sure this works in a narrowed
69 buffer by checking for point-min. 67 buffer by checking for point-min.
70 (org-columns-display-here): Make the rest of the line intangible, 68 (org-columns-display-here): Make the rest of the line intangible,
@@ -97,7 +95,6 @@
97 (org-clock-out-when-done): New option. 95 (org-clock-out-when-done): New option.
98 (org-html-entities): Added HTML entities for smileys. 96 (org-html-entities): Added HTML entities for smileys.
99 97
100
1012007-08-22 Glenn Morris <rgm@gnu.org> 982007-08-22 Glenn Morris <rgm@gnu.org>
102 99
103 * image.el (create-image): Doc fix. 100 * image.el (create-image): Doc fix.
@@ -111,7 +108,7 @@
111 108
112 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available 109 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
113 otherwise. 110 otherwise.
114 (tramp-get-remote-path): New defun. Replace occurences of 111 (tramp-get-remote-path): New defun. Replace occurrences of
115 `tramp-default-remote-path' by this function. 112 `tramp-default-remote-path' by this function.
116 (tramp-set-remote-path): Move most of the code to 113 (tramp-set-remote-path): Move most of the code to
117 `tramp-get-remote-path'. 114 `tramp-get-remote-path'.
@@ -156,7 +153,7 @@
156 (vc-mode-line-map): Use it so that this menu also uses the extra-menu. 153 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
157 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el. 154 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
158 (vc-menu-map): Declare and initialize in one step. 155 (vc-menu-map): Declare and initialize in one step.
159 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter 156 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
160 157
161 * menu-bar.el (vc-menu-map): Don't setup any more. 158 * menu-bar.el (vc-menu-map): Don't setup any more.
162 Instead, just create the proper spot in the menu. 159 Instead, just create the proper spot in the menu.
@@ -229,16 +226,16 @@
229 226
2302007-08-19 Michael Kifer <kifer@cs.stonybrook.edu> 2272007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
231 228
232 * viper.el (viper-remove-hooks): remove some additional viper hooks 229 * viper.el (viper-remove-hooks): Remove some additional viper hooks
233 when the user calls viper-go-away. 230 when the user calls viper-go-away.
234 (viper-go-away): restore the default of default-major-mode. 231 (viper-go-away): Restore the default of default-major-mode.
235 Save the value of default-major-mode before vaperization. 232 Save the value of default-major-mode before vaperization.
236 233
237 * viper-cmd.el: Replace error "" with "Viper bell". 234 * viper-cmd.el: Replace error "" with "Viper bell".
238 235
239 * viper-ex.el: Replace error "" with "Viper bell". 236 * viper-ex.el: Replace error "" with "Viper bell".
240 237
241 * ediff-util.el (ediff-make-temp-file): use the coding system of the 238 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
242 buffer for which file is created. 239 buffer for which file is created.
243 240
2442007-08-19 Glenn Morris <rgm@gnu.org> 2412007-08-19 Glenn Morris <rgm@gnu.org>
@@ -281,12 +278,12 @@
281 properties uniformly, independently from whether font-lock-mode 278 properties uniformly, independently from whether font-lock-mode
282 is enabled or not. Handle read-only buffers and do not change 279 is enabled or not. Handle read-only buffers and do not change
283 undo-list when setting syntax-table properties. 280 undo-list when setting syntax-table properties.
284 (ada-after-change-function): Use 281 (ada-after-change-function): Use ada-set-syntax-table-properties.
285 ada-set-syntax-table-properties.
286 282
2872007-08-18 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> 2832007-08-18 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
288 284
289 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove. 285 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
286
290 (meta-indent-current-nesting): Use a computation of the nesting 287 (meta-indent-current-nesting): Use a computation of the nesting
291 instead. 288 instead.
292 (meta-indent-current-indentation): Indentation is given according 289 (meta-indent-current-indentation): Indentation is given according
@@ -324,7 +321,7 @@
324 * calc/calc-bin.el (math-bignum-logb-digit-size) 321 * calc/calc-bin.el (math-bignum-logb-digit-size)
325 (math-bignum-digit-power-of-two): 322 (math-bignum-digit-power-of-two):
326 * calc/calc-comb.el (math-small-factorial-table): 323 * calc/calc-comb.el (math-small-factorial-table):
327 * calc/calc-ext.el (math-approx-pi,math-approx-sqrt-e) 324 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
328 (math-approx-gamma-const): 325 (math-approx-gamma-const):
329 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0) 326 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
330 (math-besY1, math-bernoulli-b-cache): 327 (math-besY1, math-bernoulli-b-cache):
@@ -346,8 +343,7 @@
3462007-08-17 T. V. Raman <raman@users.sf.net> (tiny change) 3432007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
347 344
348 * completion.el (symbol-under-point, symbol-before-point) 345 * completion.el (symbol-under-point, symbol-before-point)
349 (symbol-before-point-for-complete): Use 346 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
350 buffer-substring-no-properties.
351 347
3522007-08-17 Glenn Morris <rgm@gnu.org> 3482007-08-17 Glenn Morris <rgm@gnu.org>
353 349
@@ -442,16 +438,15 @@
4422007-08-14 Glenn Morris <rgm@gnu.org> 4382007-08-14 Glenn Morris <rgm@gnu.org>
443 439
444 * simple.el (bad-packages-alist): New constant. 440 * simple.el (bad-packages-alist): New constant.
445 (bad-package-check): New function. Together, these two add 441 (bad-package-check): New function. Together, these two add elements
446 elements to `after-load-alist' to check for problematic external 442 to `after-load-alist' to check for problematic external packages.
447 packages.
448 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'. 443 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
449 444
4502007-08-14 Jay Belanger <jay.p.belanger@gmail.com> 4452007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
451 446
452 * calc/calc-units.el (math-get-standard-units) 447 * calc/calc-units.el (math-get-standard-units)
453 (math-get-units,math-make-unit-string) 448 (math-get-units, math-make-unit-string)
454 (math-get-default-units,math-put-default-units): New functions. 449 (math-get-default-units, math-put-default-units): New functions.
455 (math-default-units-table): New variable. 450 (math-default-units-table): New variable.
456 (calc-convert-units, calc-convert-temperature): Add machinery 451 (calc-convert-units, calc-convert-temperature): Add machinery
457 to supply default values. 452 to supply default values.
@@ -589,7 +584,7 @@
5892007-08-06 Riccardo Murri <riccardo.murri@gmail.com> 5842007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
590 585
591 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr" 586 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
592 program, and return nil 587 program, and return nil.
593 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil. 588 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
594 (vc-bzr-state): Look for path names relative to the repository 589 (vc-bzr-state): Look for path names relative to the repository
595 root after status keyword. 590 root after status keyword.
@@ -601,15 +596,15 @@
601 files that we now parse directly for speed. 596 files that we now parse directly for speed.
602 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness. 597 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
603 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists. 598 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
604 (vc-bzr-state): "bzr status" successful only if exitcode is 0 599 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
605 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain 600 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
606 Bzr warnings, so we must discard it. 601 Bzr warnings, so we must discard it.
607 (vc-bzr-workfile-version): Speedup counting lines from 602 (vc-bzr-workfile-version): Speedup counting lines from
608 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno" 603 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
609 if that file doesn't exist. 604 if that file doesn't exist.
610 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of 605 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
611 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' 606 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
612 (not ".bzr"!) to `vc-directory-exclusion-list' 607 to `vc-directory-exclusion-list'.
613 (vc-bzr-shell-command): New function. 608 (vc-bzr-shell-command): New function.
614 609
6152007-08-06 Tom Tromey <tromey@redhat.com> 6102007-08-06 Tom Tromey <tromey@redhat.com>
@@ -1420,7 +1415,7 @@
1420 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the 1415 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1421 underlying file is uptodate. 1416 underlying file is uptodate.
1422 1417
14232007-07-23 Christopher J. Madsen <cjm@cjmweb.net> 14182007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
1424 1419
1425 * replace.el (perform-replace): Use isearch-no-upper-case-p. 1420 * replace.el (perform-replace): Use isearch-no-upper-case-p.
1426 1421
@@ -3582,7 +3577,7 @@
3582 (all): Replace `case' by `cond', `string-to-int' by 3577 (all): Replace `case' by `cond', `string-to-int' by
3583 `string-to-number', and `process-kill-without-query' by 3578 `string-to-number', and `process-kill-without-query' by
3584 `set-process-query-on-exit-flag'. 3579 `set-process-query-on-exit-flag'.
3585 (socks-char-int): Remove defalias and all occurencies. 3580 (socks-char-int): Remove defalias and all occurrences.
3586 3581
35872007-06-04 Juanma Barranquero <lekktu@gmail.com> 35822007-06-04 Juanma Barranquero <lekktu@gmail.com>
3588 3583