summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Pavel Janík2002-04-294-0/+17
|
* Remove dot at the end of sentence.Pavel Janík2002-04-291-1/+1
|
* Change default values.Pavel Janík2002-04-291-4/+4
|
* (DEFAULT_TOOL_BAR_BUTTON_MARGIN)Pavel Janík2002-04-291-2/+2
| | | | (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
* *** empty log message ***Pavel Janík2002-04-292-0/+12
|
* Update Commentary section.Pavel Janík2002-04-291-6/+7
|
* (viet-tcvn-decode-table, ccl-decode-tcvn)Pavel Janík2002-04-291-9/+139
| | | | | (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn): New Vietnamese coding system.
* Use proper charset.Pavel Janík2002-04-291-65/+65
|
* (filesets-data): Doc fix.Pavel Janík2002-04-292-24/+31
| | | | (filesets-running-xemacs): Define even when compiling.
* lwlib/Imakefile is removed.Pavel Janík2002-04-291-2/+1
|
* *** empty log message ***Richard M. Stallman2002-04-291-0/+13
|
* (fill-context-prefix): Fix last change with yet-another-approach.Stefan Monnier2002-04-292-226/+200
|
* (ange-ftp-passive-host-alist)Richard M. Stallman2002-04-292-4/+11
| | | | (ange-ftp-bs2000-additional-pubsets): Fix custom type.
* (small-temporary-file-directory): Fix custom type.Richard M. Stallman2002-04-291-1/+1
|
* (f90-font-lock-keywords-1, f90-font-lock-keywords-2): Fix highlighting ofGlenn Morris2002-04-282-3/+5
| | | | various "type" forms.
* *** empty log message ***Glenn Morris2002-04-281-0/+6
|
* *** empty log message ***Richard M. Stallman2002-04-282-0/+15
|
* (mail-recover-1): Decrease non-random-len by 1 for the newly-readded #.Richard M. Stallman2002-04-281-1/+2
|
* (make-auto-save-file-name): Specify # as suffix in the non-file-visiting case.Richard M. Stallman2002-04-281-10/+11
|
* (make-temp-file): New arg SUFFIX.Richard M. Stallman2002-04-281-2/+6
|
* Minor reorganization of some code.Glenn Morris2002-04-281-109/+104
|
* (f90-mark-subprogram-overlay): New internal variable.Glenn Morris2002-04-281-3/+15
| | | | (f90-mark-subprogram): Use it to highlight the subprogram with an overlay.
* (f90-xemacs-flag): New variable to put the test for Emacs flavor in oneGlenn Morris2002-04-281-26/+23
| | | | place.
* (Fcommandp): New arg for_call_interactively.Richard M. Stallman2002-04-281-5/+8
|
* (Fcommandp): Declare new arg.Richard M. Stallman2002-04-281-1/+1
|
* (Fall_completions, Ftry_completion): New arg to Fcommandp.Richard M. Stallman2002-04-281-2/+2
|
* Added cua-mode based files [split from original cua.el]:Kim F. Storm2002-04-284-0/+3078
| | | | cua-base.el, cua-rect.el, cua-gmrk.el, and keypad.el
* (ibuffer-mode): Additional documentation on filter groups.Colin Walters2002-04-282-0/+16
|
* (ibuffer-set-filter-groups-by-mode): Don't make an ibuffer-mode filterColin Walters2002-04-281-10/+21
| | | | group if `ibuffer-view-ibuffer' is nil.
* *** empty log message ***Richard M. Stallman2002-04-283-0/+2498
|
* Comment change.Richard M. Stallman2002-04-281-3/+3
|
* Do not grab keyboard if installation-directory isJan Djärv2002-04-282-4/+11
| | | | non-nil (not installed Emacs). To simplify debugging.
* Entries I should have made earlier.Glenn Morris2002-04-281-0/+50
|
* *** empty log message ***Jason Rumney2002-04-282-1/+11
|
* (syms_of_w32proc): Get true file attributes by default.Jason Rumney2002-04-281-1/+1
|
* (stat, fstat): Use file index information to generateJason Rumney2002-04-281-36/+33
| | | | inodes for directories where available.
* Entry I should have made earlier.Glenn Morris2002-04-281-0/+5
|
* (occur-accumulate-lines): Avoid incf and decf.Richard M. Stallman2002-04-282-151/+159
| | | | | | | | | | | | | | | | (occur-engine-add-prefix): New function. (occur-engine): Avoid using macrolet, incf and decf. Use occur-engine-add-prefix instead. Rename `l' to `lines' and `c' to `matches'. (occur-engine, occur-mode-mouse-goto) (occur-mode-find-occurrence, occur-mode-goto-occurrence) (occur-mode-goto-occurrence-other-window) (occur-mode-display-occurrence): A position is just a marker, not a list. (occur-revert-arguments): Renamed from occur-revert-properties. All uses changed.
* Remove unused file.Pavel Janík2002-04-286-784/+2
|
* Remove OpenLook file dependencies.Pavel Janík2002-04-282-8/+7
| | | | | (xrdb-cpp.o): Remove target. Remove unused defines.
* (instantiate_widget_instance): Remove duplicated prototype.Pavel Janík2002-04-282-1/+5
|
* (recentf-menu-before): Use string to specify path in the menu.Pavel Janík2002-04-282-2/+5
|
* (custom-load-symbol): Moved to custom.el.Richard M. Stallman2002-04-283-40/+15
| | | | (custom-load-recursion): Likewise.
* (custom-load-symbol): Moved from cus-edit.el.Richard M. Stallman2002-04-281-0/+41
| | | | (custom-load-recursion): Likewise.
* (ada-add-ada-menu): Menu pseudo-keys generated by easymenu are now lowercase.Richard M. Stallman2002-04-282-6/+11
|
* (menu-bar-update-buffers): Add menu items Next Buffer and Previous Buffer.Richard M. Stallman2002-04-272-0/+16
|
* (next-buffer, prev-buffer): New commands.Richard M. Stallman2002-04-271-3/+23
| | | | Bind C-x left and C-x right to them.
* (read-language-name): Take of non-list values.Pavel Janík2002-04-272-1/+6
|
* (Info-header-line): Mark it as risky-local-variable.Richard M. Stallman2002-04-272-0/+3
|
* (insert-for-yank): Replace `category' propertyRichard M. Stallman2002-04-272-5/+34
| | | | | | with whatever properties it stands for. (member-ignore-case): Ignore non-strings in LIST.