aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2010-05-07 23:28:26 -0400
committerChong Yidong2010-05-07 23:28:26 -0400
commit61a808e8197bb47dad1a78d7b032268482c45a9c (patch)
tree9c98131154139dd228ad264d71806033060732b3 /lisp
parent3b180a24db6877b62fd11b6e82b0a4946e9322f6 (diff)
downloademacs-23.2.tar.gz
emacs-23.2.zip
Bump version to 23.2.emacs-23.2
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/ldefs-boot.el66
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/org/ChangeLog4
-rw-r--r--lisp/url/ChangeLog4
-rw-r--r--lisp/version.el2
7 files changed, 54 insertions, 34 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 33e93d80026..99bbf884752 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-05-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 23.2 released.
4
12010-05-03 Chong Yidong <cyd@stupidchicken.com> 52010-05-03 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * international/mule.el (auto-coding-alist): Only purecopy 7 * international/mule.el (auto-coding-alist): Only purecopy
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index c192b3400b4..3dea16b6dbf 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,7 @@
12010-05-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 23.2 released.
4
12010-02-07 Vivek Dasmohapatra <vivek@etla.org> 52010-02-07 Vivek Dasmohapatra <vivek@etla.org>
2 6
3 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520). 7 * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 980c3fd2517..8afe722bd2a 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -4037,8 +4037,8 @@ on third call it again advances points to the next difference and so on.
4037;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4037;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4038;;;;;; compile compilation-disable-input compile-command compilation-search-path 4038;;;;;; compile compilation-disable-input compile-command compilation-search-path
4039;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4039;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4040;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19383 4040;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19405
4041;;;;;; 49284)) 4041;;;;;; 51439))
4042;;; Generated autoloads from progmodes/compile.el 4042;;; Generated autoloads from progmodes/compile.el
4043 4043
4044(defvar compilation-mode-hook nil "\ 4044(defvar compilation-mode-hook nil "\
@@ -5979,7 +5979,7 @@ Major mode for editing the diary file.
5979;;;*** 5979;;;***
5980 5980
5981;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 5981;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
5982;;;;;; "diff.el" (19383 49279)) 5982;;;;;; "diff.el" (19419 35832))
5983;;; Generated autoloads from diff.el 5983;;; Generated autoloads from diff.el
5984 5984
5985(defvar diff-switches (purecopy "-c") "\ 5985(defvar diff-switches (purecopy "-c") "\
@@ -9886,7 +9886,7 @@ Evaluate the forms in variable `ffap-bindings'.
9886;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 9886;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
9887;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 9887;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
9888;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 9888;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
9889;;;;;; "filecache" "filecache.el" (19383 49279)) 9889;;;;;; "filecache" "filecache.el" (19409 46567))
9890;;; Generated autoloads from filecache.el 9890;;; Generated autoloads from filecache.el
9891 9891
9892(autoload 'file-cache-add-directory "filecache" "\ 9892(autoload 'file-cache-add-directory "filecache" "\
@@ -9899,8 +9899,8 @@ be added to the cache.
9899(autoload 'file-cache-add-directory-list "filecache" "\ 9899(autoload 'file-cache-add-directory-list "filecache" "\
9900Add DIRECTORY-LIST (a list of directory names) to the file cache. 9900Add DIRECTORY-LIST (a list of directory names) to the file cache.
9901If the optional REGEXP argument is non-nil, only files which match it 9901If the optional REGEXP argument is non-nil, only files which match it
9902will be added to the cache. Note that the REGEXP is applied to the files 9902will be added to the cache. Note that the REGEXP is applied to the
9903in each directory, not to the directory list itself. 9903files in each directory, not to the directory list itself.
9904 9904
9905\(fn DIRECTORY-LIST &optional REGEXP)" t nil) 9905\(fn DIRECTORY-LIST &optional REGEXP)" t nil)
9906 9906
@@ -9923,10 +9923,10 @@ STRING is passed as an argument to the locate command.
9923 9923
9924(autoload 'file-cache-add-directory-recursively "filecache" "\ 9924(autoload 'file-cache-add-directory-recursively "filecache" "\
9925Adds DIR and any subdirectories to the file-cache. 9925Adds DIR and any subdirectories to the file-cache.
9926This function does not use any external programs 9926This function does not use any external programs.
9927If the optional REGEXP argument is non-nil, only files which match it 9927If the optional REGEXP argument is non-nil, only files which match it
9928will be added to the cache. Note that the REGEXP is applied to the files 9928will be added to the cache. Note that the REGEXP is applied to the
9929in each directory, not to the directory list itself. 9929files in each directory, not to the directory list itself.
9930 9930
9931\(fn DIR &optional REGEXP)" t nil) 9931\(fn DIR &optional REGEXP)" t nil)
9932 9932
@@ -10044,7 +10044,7 @@ result is a string that should be ready for the command line.
10044 10044
10045;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10045;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
10046;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10046;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
10047;;;;;; (19383 49279)) 10047;;;;;; (19422 11991))
10048;;; Generated autoloads from find-dired.el 10048;;; Generated autoloads from find-dired.el
10049 10049
10050(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\ 10050(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -14285,7 +14285,7 @@ easy-to-use form.
14285 14285
14286;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14286;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14287;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14287;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14288;;;;;; "image-file.el" (19383 49279)) 14288;;;;;; "image-file.el" (19422 11991))
14289;;; Generated autoloads from image-file.el 14289;;; Generated autoloads from image-file.el
14290 14290
14291(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 14291(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -14347,7 +14347,7 @@ Image files are those whose name has an extension in
14347;;;*** 14347;;;***
14348 14348
14349;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 14349;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14350;;;;;; image-mode) "image-mode" "image-mode.el" (19383 49276)) 14350;;;;;; image-mode) "image-mode" "image-mode.el" (19412 35030))
14351;;; Generated autoloads from image-mode.el 14351;;; Generated autoloads from image-mode.el
14352 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist) 14352 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist)
14353 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist) 14353 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist)
@@ -14382,7 +14382,7 @@ displays an image file as text. `image-minor-mode' provides the key
14382to display an image file as the actual image. 14382to display an image file as the actual image.
14383 14383
14384You can use `image-mode-as-text' in `auto-mode-alist' when you want 14384You can use `image-mode-as-text' in `auto-mode-alist' when you want
14385to display an image file as text inititally. 14385to display an image file as text initially.
14386 14386
14387See commands `image-mode' and `image-minor-mode' for more information 14387See commands `image-mode' and `image-minor-mode' for more information
14388on these modes. 14388on these modes.
@@ -14614,7 +14614,7 @@ of `inferior-lisp-program'). Runs the hooks from
14614;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos 14614;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos
14615;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone 14615;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone
14616;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 14616;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
14617;;;;;; (19387 20299)) 14617;;;;;; (19412 35030))
14618;;; Generated autoloads from info.el 14618;;; Generated autoloads from info.el
14619 14619
14620(autoload 'info-other-window "info" "\ 14620(autoload 'info-other-window "info" "\
@@ -15400,7 +15400,7 @@ by `jka-compr-installed'.
15400 15400
15401;;;*** 15401;;;***
15402 15402
15403;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19383 49284)) 15403;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19421 38445))
15404;;; Generated autoloads from progmodes/js.el 15404;;; Generated autoloads from progmodes/js.el
15405 15405
15406(autoload 'js-mode "js" "\ 15406(autoload 'js-mode "js" "\
@@ -16740,7 +16740,7 @@ Returns non-nil if the new state is enabled.
16740;;;;;; message-forward-make-body message-forward message-recover 16740;;;;;; message-forward-make-body message-forward message-recover
16741;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 16741;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
16742;;;;;; message-reply message-news message-mail message-mode) "message" 16742;;;;;; message-reply message-news message-mail message-mode) "message"
16743;;;;;; "gnus/message.el" (19383 49284)) 16743;;;;;; "gnus/message.el" (19409 46567))
16744;;; Generated autoloads from gnus/message.el 16744;;; Generated autoloads from gnus/message.el
16745 16745
16746(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 16746(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -25167,8 +25167,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25167;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 25167;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25168;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25168;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25169;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 25169;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25170;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19383 25170;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19412
25171;;;;;; 49282)) 25171;;;;;; 35030))
25172;;; Generated autoloads from progmodes/sql.el 25172;;; Generated autoloads from progmodes/sql.el
25173 25173
25174(autoload 'sql-add-product-keywords "sql" "\ 25174(autoload 'sql-add-product-keywords "sql" "\
@@ -25286,7 +25286,7 @@ the variables `sql-user', `sql-password', and `sql-database' as
25286defaults, if set. Additional command line parameters can be stored in 25286defaults, if set. Additional command line parameters can be stored in
25287the list `sql-oracle-options'. 25287the list `sql-oracle-options'.
25288 25288
25289The buffer is put in sql-interactive-mode, giving commands for sending 25289The buffer is put in SQL interactive mode, giving commands for sending
25290input. See `sql-interactive-mode'. 25290input. See `sql-interactive-mode'.
25291 25291
25292To specify a coding system for converting non-ASCII characters 25292To specify a coding system for converting non-ASCII characters
@@ -25312,7 +25312,7 @@ the variables `sql-server', `sql-user', `sql-password', and
25312`sql-database' as defaults, if set. Additional command line parameters 25312`sql-database' as defaults, if set. Additional command line parameters
25313can be stored in the list `sql-sybase-options'. 25313can be stored in the list `sql-sybase-options'.
25314 25314
25315The buffer is put in sql-interactive-mode, giving commands for sending 25315The buffer is put in SQL interactive mode, giving commands for sending
25316input. See `sql-interactive-mode'. 25316input. See `sql-interactive-mode'.
25317 25317
25318To specify a coding system for converting non-ASCII characters 25318To specify a coding system for converting non-ASCII characters
@@ -25336,7 +25336,7 @@ If buffer exists and a process is running, just switch to buffer
25336Interpreter used comes from variable `sql-informix-program'. Login uses 25336Interpreter used comes from variable `sql-informix-program'. Login uses
25337the variable `sql-database' as default, if set. 25337the variable `sql-database' as default, if set.
25338 25338
25339The buffer is put in sql-interactive-mode, giving commands for sending 25339The buffer is put in SQL interactive mode, giving commands for sending
25340input. See `sql-interactive-mode'. 25340input. See `sql-interactive-mode'.
25341 25341
25342To specify a coding system for converting non-ASCII characters 25342To specify a coding system for converting non-ASCII characters
@@ -25364,7 +25364,7 @@ the variables `sql-user', `sql-password', `sql-database', and
25364`sql-server' as defaults, if set. Additional command line parameters 25364`sql-server' as defaults, if set. Additional command line parameters
25365can be stored in the list `sql-sqlite-options'. 25365can be stored in the list `sql-sqlite-options'.
25366 25366
25367The buffer is put in sql-interactive-mode, giving commands for sending 25367The buffer is put in SQL interactive mode, giving commands for sending
25368input. See `sql-interactive-mode'. 25368input. See `sql-interactive-mode'.
25369 25369
25370To specify a coding system for converting non-ASCII characters 25370To specify a coding system for converting non-ASCII characters
@@ -25392,7 +25392,7 @@ the variables `sql-user', `sql-password', `sql-database', and
25392`sql-server' as defaults, if set. Additional command line parameters 25392`sql-server' as defaults, if set. Additional command line parameters
25393can be stored in the list `sql-mysql-options'. 25393can be stored in the list `sql-mysql-options'.
25394 25394
25395The buffer is put in sql-interactive-mode, giving commands for sending 25395The buffer is put in SQL interactive mode, giving commands for sending
25396input. See `sql-interactive-mode'. 25396input. See `sql-interactive-mode'.
25397 25397
25398To specify a coding system for converting non-ASCII characters 25398To specify a coding system for converting non-ASCII characters
@@ -25417,7 +25417,7 @@ Interpreter used comes from variable `sql-solid-program'. Login uses
25417the variables `sql-user', `sql-password', and `sql-server' as 25417the variables `sql-user', `sql-password', and `sql-server' as
25418defaults, if set. 25418defaults, if set.
25419 25419
25420The buffer is put in sql-interactive-mode, giving commands for sending 25420The buffer is put in SQL interactive mode, giving commands for sending
25421input. See `sql-interactive-mode'. 25421input. See `sql-interactive-mode'.
25422 25422
25423To specify a coding system for converting non-ASCII characters 25423To specify a coding system for converting non-ASCII characters
@@ -25441,7 +25441,7 @@ If buffer exists and a process is running, just switch to buffer
25441Interpreter used comes from variable `sql-ingres-program'. Login uses 25441Interpreter used comes from variable `sql-ingres-program'. Login uses
25442the variable `sql-database' as default, if set. 25442the variable `sql-database' as default, if set.
25443 25443
25444The buffer is put in sql-interactive-mode, giving commands for sending 25444The buffer is put in SQL interactive mode, giving commands for sending
25445input. See `sql-interactive-mode'. 25445input. See `sql-interactive-mode'.
25446 25446
25447To specify a coding system for converting non-ASCII characters 25447To specify a coding system for converting non-ASCII characters
@@ -25467,7 +25467,7 @@ variables `sql-user', `sql-password', `sql-database', and `sql-server'
25467as defaults, if set. Additional command line parameters can be stored 25467as defaults, if set. Additional command line parameters can be stored
25468in the list `sql-ms-options'. 25468in the list `sql-ms-options'.
25469 25469
25470The buffer is put in sql-interactive-mode, giving commands for sending 25470The buffer is put in SQL interactive mode, giving commands for sending
25471input. See `sql-interactive-mode'. 25471input. See `sql-interactive-mode'.
25472 25472
25473To specify a coding system for converting non-ASCII characters 25473To specify a coding system for converting non-ASCII characters
@@ -25493,7 +25493,7 @@ the variables `sql-database' and `sql-server' as default, if set.
25493Additional command line parameters can be stored in the list 25493Additional command line parameters can be stored in the list
25494`sql-postgres-options'. 25494`sql-postgres-options'.
25495 25495
25496The buffer is put in sql-interactive-mode, giving commands for sending 25496The buffer is put in SQL interactive mode, giving commands for sending
25497input. See `sql-interactive-mode'. 25497input. See `sql-interactive-mode'.
25498 25498
25499To specify a coding system for converting non-ASCII characters 25499To specify a coding system for converting non-ASCII characters
@@ -25523,7 +25523,7 @@ Interpreter used comes from variable `sql-interbase-program'. Login
25523uses the variables `sql-user', `sql-password', and `sql-database' as 25523uses the variables `sql-user', `sql-password', and `sql-database' as
25524defaults, if set. 25524defaults, if set.
25525 25525
25526The buffer is put in sql-interactive-mode, giving commands for sending 25526The buffer is put in SQL interactive mode, giving commands for sending
25527input. See `sql-interactive-mode'. 25527input. See `sql-interactive-mode'.
25528 25528
25529To specify a coding system for converting non-ASCII characters 25529To specify a coding system for converting non-ASCII characters
@@ -25547,7 +25547,7 @@ If buffer exists and a process is running, just switch to buffer
25547Interpreter used comes from variable `sql-db2-program'. There is not 25547Interpreter used comes from variable `sql-db2-program'. There is not
25548automatic login. 25548automatic login.
25549 25549
25550The buffer is put in sql-interactive-mode, giving commands for sending 25550The buffer is put in SQL interactive mode, giving commands for sending
25551input. See `sql-interactive-mode'. 25551input. See `sql-interactive-mode'.
25552 25552
25553If you use \\[sql-accumulate-and-indent] to send multiline commands to 25553If you use \\[sql-accumulate-and-indent] to send multiline commands to
@@ -25585,7 +25585,7 @@ local connections, `sql-server' refers to the server name from the
25585for this to work). If `sql-password' is an empty string, inl will use 25585for this to work). If `sql-password' is an empty string, inl will use
25586an empty password. 25586an empty password.
25587 25587
25588The buffer is put in sql-interactive-mode, giving commands for sending 25588The buffer is put in SQL interactive mode, giving commands for sending
25589input. See `sql-interactive-mode'. 25589input. See `sql-interactive-mode'.
25590 25590
25591\(Type \\[describe-mode] in the SQL buffer for a list of commands.) 25591\(Type \\[describe-mode] in the SQL buffer for a list of commands.)
@@ -29590,7 +29590,7 @@ case, and the process object in the asynchronous case.
29590 29590
29591;;;*** 29591;;;***
29592 29592
29593;;;### (autoloads nil "vc-hg" "vc-hg.el" (19403 31656)) 29593;;;### (autoloads nil "vc-hg" "vc-hg.el" (19405 52797))
29594;;; Generated autoloads from vc-hg.el 29594;;; Generated autoloads from vc-hg.el
29595 (defun vc-hg-registered (file) 29595 (defun vc-hg-registered (file)
29596 "Return non-nil if FILE is registered with hg." 29596 "Return non-nil if FILE is registered with hg."
@@ -31971,8 +31971,8 @@ Zone out, completely.
31971;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 31971;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
31972;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 31972;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
31973;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" 31973;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el"
31974;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19405 31974;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19428
31975;;;;;; 42 652971)) 31975;;;;;; 55161 909254))
31976 31976
31977;;;*** 31977;;;***
31978 31978
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 70f96e0dbc7..b72478a32bd 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,7 @@
12010-05-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 23.2 released.
4
12010-03-22 Juanma Barranquero <lekktu@gmail.com> 52010-03-22 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * mh-scan.el (mh-scan-cmd-note-width): Doc fix. 7 * mh-scan.el (mh-scan-cmd-note-width): Doc fix.
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 7ce303b5add..405232742a3 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,7 @@
12010-05-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 23.2 released.
4
12010-02-15 Chong Yidong <cyd@stupidchicken.com> 52010-02-15 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * org-freemind.el (org-freemind-from-org-mode-node) 7 * org-freemind.el (org-freemind-from-org-mode-node)
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 2a8c6ebe25b..a1b045213da 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,7 @@
12010-05-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 23.2 released.
4
12010-01-23 Chong Yidong <cyd@stupidchicken.com> 52010-01-23 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * url-util.el: Require url-vars (Bug#5459). 7 * url-util.el: Require url-vars (Bug#5459).
diff --git a/lisp/version.el b/lisp/version.el
index 7439fcf1b35..bc9ff1b41ca 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -32,7 +32,7 @@
32(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ 32(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\
33Short copyright string for this version of Emacs.") 33Short copyright string for this version of Emacs.")
34 34
35(defconst emacs-version "23.1.97" "\ 35(defconst emacs-version "23.2" "\
36Version numbers of this version of Emacs.") 36Version numbers of this version of Emacs.")
37 37
38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ 38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\