/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5326.2.15 by miles, Thu Sep 9 09:36:30 2004 UTC revision 1.5326.2.16 by miles, Wed Sep 15 08:59:54 2004 UTC
# Line 1  Line 1 
1  2004-09-08  Stefan  <monnier@iro.umontreal.ca>  2004-09-15  Miles Bader  <miles@gnu.org>
2    
3            * generic.el (generic-make-keywords-list): Use symbol rather than
4            word anchors in regexp.
5    
6    2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
7    
8            * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
9            no file name consider `dired-directory'.
10    
11    2004-09-14  Kim F. Storm  <storm@cua.dk>
12    
13            * faces.el (cursor): Add face-no-inherit property.  Doc fix.
14    
15    2004-09-14  Simon Josefsson  <jas@extundo.com>
16    
17            * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
18    
19            * textmodes/dns-mode.el: Add.
20    
21    2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22    
23            * novice.el (disabled-command-hook): Use shorthand for obsolescence.
24            (disabled-command-function): Make the ?\  char more obvious.
25    
26            * vc-arch.el (vc-arch-root, vc-arch-registered):
27            * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
28    
29    2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
30    
31            * windmove.el (windmove-frame-edges): Report coordinates of
32            outside edges of frame, not inside edges.
33            (windmove-coordinates-of-position): Convert into wrapper to new
34            function `windmove-coordinates-of-window-position';
35            `compute-motion' always applies to selected window.
36            (windmove-coordinates-of-position): Update documentation to refer
37            to Emacs 21 Lisp Reference Manual.
38            (windmove-find-other-window): Fix off-by-one errors for max x,y.
39    
40    2004-09-13  Kim F. Storm  <storm@cua.dk>
41    
42            * isearch.el (isearch-resume-in-command-history): Rename from
43            isearch-resume-enabled and change default to nil.
44    
45    2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
46    
47            * vc-hooks.el (vc-ignore-dir-regexp): New var.
48            (vc-registered): Use it.
49            (vc-find-root): New fun.
50    
51            * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
52            Don't tell to use \\{...} when it's already done.
53    
54            * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
55            Provide a sample complex default.
56            (bibtex-url, bibtex-font-lock-url): Adapt to new format.
57            (bibtex-entry): Use mapc.
58    
59    2004-09-12  Kim F. Storm  <storm@cua.dk>
60    
61            * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
62    
63            * emulation/cua-rect.el (cua--rectangle-operation): Let bind
64            inhibit-field-text-motion to t so rectangles work in comint buffers.
65    
66            * simple.el (choose-completion-string): Set buffer before running
67            choose-completion-string-functions hook so it can be buffer-local.
68    
69    2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
70    
71            * progmodes/compile.el (compilation-start): Parse command to see
72            if it starts with a cd, and if so perform it for the *compilation*
73            buffer.  Change the header to reflect this.
74    
75    2004-09-11  Kim F. Storm  <storm@cua.dk>
76    
77            * ido.el (ido-enable-dot-prefix): Doc fix.
78            (ido-enable-dot-prefix): New defcustom.
79            (ido-set-matches1): Use it.
80    
81    2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
82    
83            * textmodes/bibtex.el (bibtex-mark-active)
84            (bibtex-run-with-idle-timer): Move the `if' inside the defun.
85    
86    2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
87    
88            * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
89            used in a case insensitive environment.
90            (bibtex-mode-map): Rearrange order of menus.
91            (bibtex-quoted-string-re): Obsolete.
92            (bibtex-complete-key-cleanup): Variable replaced by new function.
93            (bibtex-font-lock-keywords): Use backquotes.
94            (bibtex-font-lock-url-regexp): New internal variable.
95            (bibtex-name-in-field): New optional arg remove-opt-alt to remove
96            "OPT" and "ALT".
97            (bibtex-insert-current-kill, bibtex-make-field)
98            (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
99            (bibtex-parse-field-text): Simplify.
100            (bibtex-string=): New helper function.
101            (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
102            (bibtex-map-entries): Use bibtex-string=.
103            (bibtex-search-entry): Use not.
104            (bibtex-enclosing-field): Fix docstring.
105            (bibtex-assoc-regexp): Obsolete.
106            (bibtex-format-entry): Use assoc-string and bibtex-string=.
107            (bibtex-autokey-get-names): Handle empty name field.
108            (bibtex-parse-strings): Use assoc-string and unless.
109            (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
110            Use assoc-string.
111            (bibtex-pop): Simplify.
112            (bibtex-mode): Set font-lock-extra-managed-props.
113            (bibtex-entry-update): Use assoc-string.
114            (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
115            (bibtex-autofill-entry): Use bibtex-string=.
116            (bibtex-print-help-message): Simplify.
117            (bibtex-find-entry): New optional arg START.
118            (bibtex-validate): Use bibtex-string= and assoc-string.
119            Do not call obsolete function compilation-parse-errors.
120            (bibtex-remove-delimiters): Only remove delimiters if present.
121            (bibtex-copy-entry-as-kill): Add docstring.
122            (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
123            Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
124            (bibtex-complete): Use bibtex-predefined-month-strings,
125            bibtex-string=, and new function bibtex-complete-key-cleanup.
126            (bibtex-generate-url-list): New variable.
127            (bibtex-url): New command bound to C-c C-l and mouse-2.
128            (bibtex-url-map): New local keymap for bibtex-url-mouse.
129            (bibtex-font-lock-url): New function.
130    
131    2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
132    
133            * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
134    
135    2004-09-09  Kim F. Storm  <storm@cua.dk>
136    
137            * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
138            counter and format with binding.
139            (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
140            the declared macro uses own macro counter and format.  Give symbol
141            kmacro property.
142            (kmacro-keymap): Bind kmacro-name-last-macro to n.
143            (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
144            (kmacro-end-and-call-macro): Doc fix.
145    
146    2004-09-09  Lars Hansen  <larsh@math.ku.dk>
147    
148            * desktop.el (desktop-clear-preserve-buffers):
149            Remove make-obsolete-variable.
150    
151    2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
152    
153          * vc-arch.el (vc-arch-state): Fix parsing for `names' method.          * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
154    
# Line 85  Line 235 
235          window system if overflow-newline-into-fringe is enabled.          window system if overflow-newline-into-fringe is enabled.
236          (term-mode): Don't disable overflow-newline-into-fringe.          (term-mode): Don't disable overflow-newline-into-fringe.
237    
238  2004-09-07  Stefan  <monnier@iro.umontreal.ca>  2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
239    
240          * term/xterm.el (function-key-map): Add bindings for C- and S- cursor          * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
241          motion as seen on my Mac OS X xterms.          motion as seen on my Mac OS X xterms.
# Line 342  Line 492 
492    
493  2004-08-29  Kim F. Storm  <storm@cua.dk>  2004-08-29  Kim F. Storm  <storm@cua.dk>
494    
495          * emulation/cua-base.el (cua-auto-expand-rectangles): Remove          * emulation/cua-base.el (cua-auto-expand-rectangles):
496          automatic rectangle padding feature; replace by non-destructive          Remove automatic rectangle padding feature; replace by non-destructive
497          virtual rectangle edges feature.          virtual rectangle edges feature.
498          (cua-virtual-rectangle-edges): New defcustom.          (cua-virtual-rectangle-edges): New defcustom.
499          (cua-auto-tabify-rectangles): New defcustom.          (cua-auto-tabify-rectangles): New defcustom.
# Line 826  Line 976 
976          key-translation-map.          key-translation-map.
977          (encoded-kbd-setup-keymap): Setup key-translation-map.          (encoded-kbd-setup-keymap): Setup key-translation-map.
978          (saved-key-translation-map): New variable.          (saved-key-translation-map): New variable.
979          (encoded-kbd-mode): Save/restore key-translation-map.  Adjusted          (encoded-kbd-mode): Save/restore key-translation-map.
980          for the change of encoded-kbd-setup-keymap.          Adjust for the change of encoded-kbd-setup-keymap.
981    
982  2004-08-02  Kim F. Storm  <storm@cua.dk>  2004-08-02  Kim F. Storm  <storm@cua.dk>
983    
# Line 990  Line 1140 
1140    
1141          Sync with Tramp 2.0.43.          Sync with Tramp 2.0.43.
1142    
1143          * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove          * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1144          outdated comment.          Remove outdated comment.
1145          (tramp-locked, tramp-locker): New variables for implementing a          (tramp-locked, tramp-locker): New variables for implementing a
1146          global lock.          global lock.
1147          (tramp-sh-file-name-handler): Use them to implement the global          (tramp-sh-file-name-handler): Use them to implement the global lock.
         lock.  
1148    
1149  2004-07-13  Michael Albinus  <michael.albinus@gmx.de>  2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
1150    
# Line 1030  Line 1179 
1179          * emacs-lisp/testcover.el: New category "potentially-1valued" for          * emacs-lisp/testcover.el: New category "potentially-1valued" for
1180          functions that are not erroneous if either 1-valued or          functions that are not erroneous if either 1-valued or
1181          multi-valued.  Detect functions in this class.          multi-valued.  Detect functions in this class.
1182          (testcover-1value-functions, testcover-compose-functions,          (testcover-1value-functions, testcover-compose-functions)
1183          testcover-progn-functions) Added some additional functions to lists.          (testcover-progn-functions) Added some additional functions to lists.
1184          (testcover-mark): Bugfix when marking up the definition for an          (testcover-mark): Bugfix when marking up the definition for an
1185          empty function.          empty function.
1186    
1187  2004-07-17  Richard M. Stallman  <rms@gnu.org>  2004-07-17  Richard M. Stallman  <rms@gnu.org>
1188    
1189          * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.          * replace.el (occur-read-primary-args): Pass default to
1190            read-from-minibuffer.
1191    
1192          * mail/footnote.el (footnote-section-tag): Use defcustom.          * mail/footnote.el (footnote-section-tag): Use defcustom.
1193    
# Line 1146  Line 1296 
1296    
1297  2004-07-09  John Paul Wallington  <jpw@gnu.org>  2004-07-09  John Paul Wallington  <jpw@gnu.org>
1298    
1299          * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish          * emacs-lisp/re-builder.el (reb-update-overlays):
1300          between one and several matches in message.          Distinguish between one and several matches in message.
1301    
1302  2004-07-09  Richard M. Stallman  <rms@gnu.org>  2004-07-09  Richard M. Stallman  <rms@gnu.org>
1303    
# Line 1185  Line 1335 
1335          Do not treat double clicks and triple clicks specially in the          Do not treat double clicks and triple clicks specially in the
1336          scroll bar (preventing strange repositioning problems)          scroll bar (preventing strange repositioning problems)
1337    
1338  2004-07-06  Stefan  <monnier@iro.umontreal.ca>  2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1339    
1340          * replace.el (query-replace-regexp-eval): Fix last change.          * replace.el (query-replace-regexp-eval): Fix last change.
1341    
1342  2004-07-05  Stefan  <monnier@iro.umontreal.ca>  2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1343    
1344          * replace.el (query-replace-descr): New fun.          * replace.el (query-replace-descr): New fun.
1345          (query-replace-read-from, query-replace-read-args): Default to the          (query-replace-read-from, query-replace-read-args): Default to the

Legend:
Removed from v.1.5326.2.15  
changed lines
  Added in v.1.5326.2.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26