comparison lisp/ChangeLog @ 87607:566dc667eca5

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 07 Jan 2008 12:50:28 +0000
parents 7ca7e531270c
children a918e56d9947
comparison
equal deleted inserted replaced
87606:4d081012abd5 87607:566dc667eca5
980 * progmodes/verilog-mode.el (verilog-string-replace-matches) 980 * progmodes/verilog-mode.el (verilog-string-replace-matches)
981 (verilog-string-remove-spaces, verilog-re-search-forward) 981 (verilog-string-remove-spaces, verilog-re-search-forward)
982 (verilog-re-search-backward, verilog-re-search-forward-quick) 982 (verilog-re-search-backward, verilog-re-search-forward-quick)
983 (verilog-re-search-backward-quick, verilog-get-beg-of-line) 983 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
984 (verilog-get-end-of-line, verilog-within-string): Move definitions 984 (verilog-get-end-of-line, verilog-within-string): Move definitions
985 before first use. No code changes. 985 before first use. No code changes.
986 986
987 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu> 987 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
988 988
989 * progmodes/verilog-mode.el (verilog-mode-version) 989 * progmodes/verilog-mode.el (verilog-mode-version)
990 (verilog-mode-release-date): Don't use expanding keywords. 990 (verilog-mode-release-date): Don't use expanding keywords.
1394 the first 8 characters of a filename to be unique. 1394 the first 8 characters of a filename to be unique.
1395 1395
1396 2007-12-04 Michael Albinus <michael.albinus@gmx.de> 1396 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
1397 1397
1398 * net/dbus.el (dbus-hash-table=): New defun. 1398 * net/dbus.el (dbus-hash-table=): New defun.
1399 (dbus-hash-table-test) New hash table test function, used in 1399 (dbus-hash-table-test): New hash table test function, used in
1400 `dbus-registered-functions-table'. 1400 `dbus-registered-functions-table'.
1401 (dbus-check-event, dbus-handle-event, dbus-event-bus-name) 1401 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1402 (dbus-event-service-name, dbus-event-path-name) 1402 (dbus-event-service-name, dbus-event-path-name)
1403 (dbus-event-interface-name, dbus-event-member-name): Rewritten, 1403 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
1404 due to new structure of `dbus-event'. 1404 due to new structure of `dbus-event'.
5841 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'. 5841 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
5842 Update annotation line regexp. Fixes launchpad.net [Bug 137435]. 5842 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
5843 5843
5844 2007-10-08 Jason Rumney <jasonr@gnu.org> 5844 2007-10-08 Jason Rumney <jasonr@gnu.org>
5845 5845
5846 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32. 5846 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
5847 5847
5848 2007-10-08 Richard Stallman <rms@gnu.org> 5848 2007-10-08 Richard Stallman <rms@gnu.org>
5849 5849
5850 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom. 5850 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
5851 Add `safe-local-variable' property. 5851 Add `safe-local-variable' property.
7330 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu> 7330 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7331 7331
7332 * server.el (server-start, server-unload-hook): 7332 * server.el (server-start, server-unload-hook):
7333 suspend-tty-functions has been renamed to suspend-tty-hook. 7333 suspend-tty-functions has been renamed to suspend-tty-hook.
7334 7334
7335 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to 7335 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
7336 resume-tty-hook. 7336 resume-tty-hook.
7337 7337
7338 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change) 7338 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7339 7339
7340 * loadup.el: Fix merge problem, only load "button" once. 7340 * loadup.el: Fix merge problem, only load "button" once.
9878 9878
9879 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com> 9879 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
9880 9880
9881 * vc.el (revision-granularity, create-repo): Document new vc 9881 * vc.el (revision-granularity, create-repo): Document new vc
9882 backend properties. 9882 backend properties.
9883 (vc-rollback): Renamed from vc-cancel-version. Update 9883 (vc-rollback): Renamed from vc-cancel-version. Update references.
9884 references. Pass a list instead of a file. 9884 Pass a list instead of a file.
9885 (vc-revert): Renamed from vc-revert-buffer. Update references. 9885 (vc-revert): Renamed from vc-revert-buffer. Update references.
9886 (vc-delistify, vc-expand-dirs): New functions. 9886 (vc-delistify, vc-expand-dirs): New functions.
9887 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list 9887 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
9888 of files instead of a single file. 9888 of files instead of a single file.
9889 (vc-position-context, vc-resync-window, vc-diff-internal) 9889 (vc-position-context, vc-resync-window, vc-diff-internal)
9890 (vc-print-log): Pass a list instead of a file. 9890 (vc-print-log): Pass a list instead of a file.
9893 (vc-backend-subdirectory-name): Work on a file list, not a single 9893 (vc-backend-subdirectory-name): Work on a file list, not a single
9894 file. 9894 file.
9895 (vc-workfile-version): Update docstring. 9895 (vc-workfile-version): Update docstring.
9896 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and 9896 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
9897 vc-revert instead of vc-revert-buffer. 9897 vc-revert instead of vc-revert-buffer.
9898 (vc-prefix-map): Likewise. Bind vc-update. 9898 (vc-prefix-map): Likewise. Bind vc-update.
9899 9899
9900 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo) 9900 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
9901 (vc-svn-wash-log): New functions. 9901 (vc-svn-wash-log): New functions.
9902 (vc-svn-register, vc-svn-checkin, vc-svn-print-log) 9902 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
9903 (vc-svn-command): Deal with a list of files, not a single file. 9903 (vc-svn-command): Deal with a list of files, not a single file.
9904 9904
9905 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo) 9905 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
9906 (vc-rcs-wash-log): New functions. 9906 (vc-rcs-wash-log): New functions.
9907 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log): 9907 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
9908 Deal with a list of files, not a single file. 9908 Deal with a list of files, not a single file.
9909 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version. 9909 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
9910 9910
9911 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New 9911 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
9912 functions. 9912 functions.
9913 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a 9913 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
9914 list of files, not a single file. 9914 list of files, not a single file.
9929 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions. 9929 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
9930 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not 9930 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
9931 a single file. 9931 a single file.
9932 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote 9932 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
9933 that it is a file list, not a single file. 9933 that it is a file list, not a single file.
9934 (vc-cvs-diff): Likewise. Simplify. 9934 (vc-cvs-diff): Likewise. Simplify.
9935 9935
9936 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff): 9936 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
9937 Deal with a list of files, not a single file. 9937 Deal with a list of files, not a single file.
9938 9938
9939 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin) 9939 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
9940 (vc-bzr-print-log): Update FILE parameter name to denote that it 9940 (vc-bzr-print-log): Update FILE parameter name to denote that it
9941 is a file list, not a single file. 9941 is a file list, not a single file.
9942 (vc-bzr-diff): Likewise. Use the car of files. 9942 (vc-bzr-diff): Likewise. Use the car of files.
9943 9943
9944 2007-07-18 Juanma Barranquero <lekktu@gmail.com> 9944 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
9945 9945
9946 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode) 9946 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
9947 (follow-delete-other-windows-and-split, follow-recenter) 9947 (follow-delete-other-windows-and-split, follow-recenter)